Stream end of poll notification over websockets and web push

This commit is contained in:
Mark Felder 2024-06-04 14:39:03 -04:00
parent b1c52c3062
commit 471412ad34
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1 @@
End of poll notifications were not streamed over websockets or web push

View file

@ -479,6 +479,8 @@ defmodule Pleroma.Notification do
end
end)
stream(notifications)
{:ok, notifications}
end
end