1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-12-25 04:53:06 +00:00

fix typo.

This commit is contained in:
lain 2018-02-18 23:02:44 +01:00
parent 342d0b01d1
commit decbf3a47f

View file

@ -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