X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fnotification.ex;h=a40b8f8c936a6844afba2773763a61864cc538ff;hb=abead01ab6f5586e60d467d7efd0de560a97c5bd;hp=a3aeb1221f3216d5d6206c0d1308dba95073a6db;hpb=b4bd5e40e491c8b777c75ec4f096c0c466a6b4e2;p=akkoma diff --git a/lib/pleroma/notification.ex b/lib/pleroma/notification.ex index a3aeb1221..a40b8f8c9 100644 --- a/lib/pleroma/notification.ex +++ b/lib/pleroma/notification.ex @@ -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