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:
Thomas Citharel 2022-03-31 10:45:19 +02:00
parent c56b898379
commit a49bda5e4c
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,9 @@ defmodule Mobilizon.Federation.ActivityPub.Transmogrifier do
# Object already exists
{:ok, nil, comment}
end
{:error, err} ->
{:error, err}
end
end