mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-13 12:31:13 +00:00
Stream end of poll notification over websockets and web push
This commit is contained in:
parent
b1c52c3062
commit
471412ad34
2 changed files with 3 additions and 0 deletions
1
changelog.d/stream-end-poll.fix
Normal file
1
changelog.d/stream-end-poll.fix
Normal file
|
@ -0,0 +1 @@
|
|||
End of poll notifications were not streamed over websockets or web push
|
|
@ -479,6 +479,8 @@ defmodule Pleroma.Notification do
|
|||
end
|
||||
end)
|
||||
|
||||
stream(notifications)
|
||||
|
||||
{:ok, notifications}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue