Apply suggestion to lib/pleroma/notification.ex

stable
lain 4 years ago
parent c01f4ca07f
commit 09c5991f82

@ -367,7 +367,7 @@ defmodule Pleroma.Notification do
do_send = do_send && user in enabled_receivers
create_notification(activity, user, do_send)
end)
|> Enum.filter(& &1)
|> Enum.reject(&is_nil/1)
{:ok, notifications}
end

Loading…
Cancel
Save