logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 471412ad34e87106641101c9e9e44fb1df2ca905
parent b1c52c30628212f881825a702ba75e6170f82407
Author: Mark Felder <feld@feld.me>
Date:   Tue,  4 Jun 2024 14:39:03 -0400

Stream end of poll notification over websockets and web push

Diffstat:

Achangelog.d/stream-end-poll.fix1+
Mlib/pleroma/notification.ex2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/changelog.d/stream-end-poll.fix b/changelog.d/stream-end-poll.fix @@ -0,0 +1 @@ +End of poll notifications were not streamed over websockets or web push diff --git 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