Skip to content
Snippets Groups Projects
Commit 5dd6542d authored by kaniini's avatar kaniini
Browse files

formatting

parent 1089d365
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment