forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/notification.ex
This commit is contained in:
parent
c01f4ca07f
commit
09c5991f82
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ defp do_create_notifications(%Activity{} = activity, options) 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…
Reference in a new issue