mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-22 16:16:34 +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
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
stream(notifications)
|
||||||
|
|
||||||
{:ok, notifications}
|
{:ok, notifications}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue