forked from potsda.mn/mobilizon
Add error log to follow activity
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
0343a408f4
commit
4afd657338
|
@ -112,7 +112,10 @@ defmodule Mobilizon.Service.ActivityPub.Transmogrifier do
|
||||||
# Actors.follow(follower, followed)
|
# Actors.follow(follower, followed)
|
||||||
{:ok, activity}
|
{:ok, activity}
|
||||||
else
|
else
|
||||||
_e -> :error
|
e ->
|
||||||
|
Logger.error("Unable to handle Follow activity")
|
||||||
|
Logger.error(inspect(e))
|
||||||
|
:error
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue