formatting
This commit is contained in:
parent
1089d3658e
commit
5dd6542db5
@ -472,7 +472,7 @@ defmodule Pleroma.User do
|
|||||||
# ensure that the actor who published the announced object appears only once
|
# ensure that the actor who published the announced object appears only once
|
||||||
to =
|
to =
|
||||||
if actor.nickname != nil do
|
if actor.nickname != nil do
|
||||||
(to ++ [object.data["actor"]])
|
to ++ [object.data["actor"]]
|
||||||
else
|
else
|
||||||
to
|
to
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user