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:
parent
07fdc07238
commit
42268b0981
@ -271,8 +271,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenter do
|
||||
[]}
|
||||
] ++ mentions ++ author
|
||||
|
||||
_ ->
|
||||
nil
|
||||
_ -> []
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user