1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-29 01:55:15 +01:00

Use [] instead of nil

This commit is contained in:
Francis Dinh 2018-05-11 01:48:56 -04:00
parent 07fdc07238
commit 42268b0981

View File

@ -271,8 +271,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenter do
[]}
] ++ mentions ++ author
_ ->
nil
_ -> []
end
end