forked from AkkomaGang/akkoma
re f83bae7c
: remove unnecessary filter
This commit is contained in:
parent
f83bae7c22
commit
df2f7b39dd
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ def render("index.json", opts) do
|
||||||
"status.json",
|
"status.json",
|
||||||
Map.put(opts, :replied_to_activities, replied_to_activities)
|
Map.put(opts, :replied_to_activities, replied_to_activities)
|
||||||
)
|
)
|
||||||
|> Enum.filter(fn x -> not is_nil(x) end)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def render(
|
def render(
|
||||||
|
|
Loading…
Reference in a new issue