diff options
author | href <href@random.sh> | 2019-01-28 12:24:14 +0100 |
---|---|---|
committer | href <href@random.sh> | 2019-01-28 12:24:14 +0100 |
commit | df2f7b39dd4e4879976fb40b67fa3087e828a6ce (patch) | |
tree | 9edaa236207101549387f67dfe2a5bd6f2202053 /lib | |
parent | f83bae7c2224edbaddc46fbc5468abbfeacc70bc (diff) | |
download | pleroma-df2f7b39dd4e4879976fb40b67fa3087e828a6ce.tar.gz |
re f83bae7c: remove unnecessary filter
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/mastodon_api/views/status_view.ex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/views/status_view.ex b/lib/pleroma/web/mastodon_api/views/status_view.ex index 0f2679444..ddfe6788c 100644 --- a/lib/pleroma/web/mastodon_api/views/status_view.ex +++ b/lib/pleroma/web/mastodon_api/views/status_view.ex @@ -54,7 +54,6 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do "status.json", Map.put(opts, :replied_to_activities, replied_to_activities) ) - |> Enum.filter(fn x -> not is_nil(x) end) end def render( |