add debut statement to create activity

This commit is contained in:
setop 2020-09-12 00:42:35 +02:00
parent 69e2a36d03
commit 31a2ede77f
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ defmodule Mobilizon.Federation.ActivityPub do
else
err ->
Logger.error("Something went wrong while creating an activity")
Logger.debug(inspect(err))
err
end
end