formatting

This commit is contained in:
William Pitcock 2018-08-14 17:07:10 +00:00
parent 1089d3658e
commit 5dd6542db5

View file

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