Revert "Use [] instead of nil"
This reverts commit 42268b0981e47cacd9f27b985dcd0bf08819258b.
This commit is contained in:
parent
42268b0981
commit
0b527b5528
@ -271,7 +271,8 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenter do
|
||||
[]}
|
||||
] ++ mentions ++ author
|
||||
|
||||
_ -> []
|
||||
_ ->
|
||||
nil
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user