mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 11:19:19 +00:00
formatting
This commit is contained in:
parent
1089d3658e
commit
5dd6542db5
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ defmodule Pleroma.User do
|
|||
# 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