Handle error from converting from AP to note when having error with
actor Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
c56b898379
commit
a49bda5e4c
@ -91,6 +91,9 @@ defmodule Mobilizon.Federation.ActivityPub.Transmogrifier do
|
||||
# Object already exists
|
||||
{:ok, nil, comment}
|
||||
end
|
||||
|
||||
{:error, err} ->
|
||||
{:error, err}
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user