cond do
info.deactivated ->
- {:error, "Could not follow user: You are deactivatedt."}
+ {:error, "Could not follow user: You are deactivated."}
deny_follow_blocked and blocks?(followed, follower) ->
{:error, "Could not follow user: #{followed.nickname} blocked you."}
end
test "it works for follow requests when you are already followed, creating a new accept activity" do
- # This is important because the remote might have the wrong idea about the current follow status.
- # This can lead to instance A thinking that x@A is followed by y@B, but B thinks they are not. In
- # this case, the follow can never go through again because it will never get an Accept.
+ # This is important because the remote might have the wrong idea about the
+ # current follow status. This can lead to instance A thinking that x@A is
+ # followed by y@B, but B thinks they are not. In this case, the follow can
+ # never go through again because it will never get an Accept.
user = insert(:user)
data =