forked from AkkomaGang/akkoma
formatting
This commit is contained in:
parent
1089d3658e
commit
5dd6542db5
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ def get_notified_from_activity(%Activity{recipients: to, data: %{"type" => "Anno
|
|||
# ensure that the actor who published the announced object appears only once
|
||||
to =
|
||||
if actor.nickname != nil do
|
||||
(to ++ [object.data["actor"]])
|
||||
to ++ [object.data["actor"]]
|
||||
else
|
||||
to
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue