Merge branch '394_user_tags' into 'develop'
[akkoma] / lib / pleroma / notification.ex
index a3aeb1221f3216d5d6206c0d1308dba95073a6db..a40b8f8c936a6844afba2773763a61864cc538ff 100644 (file)
@@ -110,6 +110,7 @@ defmodule Pleroma.Notification do
       notification = %Notification{user_id: user.id, activity: activity}
       {:ok, notification} = Repo.insert(notification)
       Pleroma.Web.Streamer.stream("user", notification)
+      Pleroma.Web.Push.send(notification)
       notification
     end
   end