forked from AkkomaGang/akkoma
fix typo.
This commit is contained in:
parent
342d0b01d1
commit
decbf3a47f
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ def make_user_from_nickname(nickname) 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 a new issue