formatting

This commit is contained in:
William Pitcock 2018-08-14 17:07:10 +00:00
parent 1089d3658e
commit 5dd6542db5
1 changed files with 1 additions and 1 deletions

View File

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