Merge branch 'develop' into activation-meta
[akkoma] / lib / pleroma / notification.ex
index 9ee9606becb9fd9bf779d81b6b72a01c5b4595ac..2ef1a80c5746a27013282f63cc91f39eb3724c2b 100644 (file)
@@ -367,6 +367,7 @@ defmodule Pleroma.Notification do
         do_send = do_send && user in enabled_receivers
         create_notification(activity, user, do_send)
       end)
+      |> Enum.reject(&is_nil/1)
 
     {:ok, notifications}
   end