fix typo.

This commit is contained in:
lain 2018-02-18 23:02:44 +01:00
parent 342d0b01d1
commit decbf3a47f
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
end
def publish(actor, activity) do
followers = if user.follower_address in activity.recipients do
followers = if actor.follower_address in activity.recipients do
{:ok, followers} = User.get_followers(actor)
followers
else