mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 07:52:43 +00:00
Handle AP fetch issues properly
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
4079af6f72
commit
fb614cf877
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ defmodule Mobilizon.Federation.ActivityPub.Fetcher do
|
|||
|
||||
{:ok, %Tesla.Env{} = res} ->
|
||||
{:error, res}
|
||||
|
||||
{:error, err} ->
|
||||
{:error, err}
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue