fix typo.
This commit is contained in:
parent
342d0b01d1
commit
decbf3a47f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user