Fix follow errors

This commit is contained in:
Rachel H 2018-06-06 21:26:44 -07:00
commit 1525a0404b
3 changed files with 50 additions and 35 deletions

View file

@ -189,7 +189,7 @@ defmodule Pleroma.Web.TwitterAPI.UtilController do
{:ok, follower} <- User.follow(follower, followed) do
ActivityPub.follow(follower, followed)
else
_e -> Logger.debug("follow_import: following #{account} failed")
err -> Logger.debug("follow_import: following #{account} failed with #{inspect(err)}")
end
end)
end)