Handle HTTP 404 response
This commit is contained in:
parent
afae3ada22
commit
30e54fd7e2
2 changed files with 11 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ defmodule Pleroma.Object.Fetcher do
|
|||
:ok <- Containment.contain_origin_from_id(id, data) do
|
||||
{:ok, data}
|
||||
else
|
||||
{:ok, %{status: 410}} ->
|
||||
{:ok, %{status: code}} when code in [404, 410] ->
|
||||
{:error, "Object has been deleted"}
|
||||
|
||||
e ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue