Revert "Mark instances as unreachable when returning a 403 from an object fetch"
This reverts commit d472bafec1.
This commit is contained in:
parent
9c0040124a
commit
73c4c6d7de
3 changed files with 0 additions and 17 deletions
|
|
@ -213,7 +213,6 @@ defmodule Pleroma.Object.Fetcher do
|
|||
end
|
||||
|
||||
{:ok, %{status: 403}} ->
|
||||
Instances.set_consistently_unreachable(id)
|
||||
{:error, "Object fetch has been denied"}
|
||||
|
||||
{:ok, %{status: code}} when code in [404, 410] ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue