Fix follow errors
This commit is contained in:
parent
0a0c6bf394
commit
1525a0404b
3 changed files with 50 additions and 35 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue