object fetcher: fix up error handling
This commit is contained in:
parent
af9aa8e358
commit
6f110fc04c
@ -162,8 +162,8 @@ defmodule Pleroma.Object.Fetcher do
|
||||
{:ok, %{status: code}} when code in [404, 410] ->
|
||||
{:error, "Object has been deleted"}
|
||||
|
||||
_ ->
|
||||
{:error, "Could not fetch by AP id"}
|
||||
e ->
|
||||
{:error, e}
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user