From 471412ad34e87106641101c9e9e44fb1df2ca905 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Tue, 4 Jun 2024 14:39:03 -0400 Subject: Stream end of poll notification over websockets and web push --- lib/pleroma/notification.ex | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/pleroma/notification.ex b/lib/pleroma/notification.ex index de2508b93..b9694a353 100644 --- a/lib/pleroma/notification.ex +++ b/lib/pleroma/notification.ex @@ -479,6 +479,8 @@ defmodule Pleroma.Notification do end end) + stream(notifications) + {:ok, notifications} end end -- cgit v1.2.3