mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 22:44:49 -04:00
Fixup pusher pool notifications
This commit is contained in:
parent
453dfe210b
commit
e7fd336a53
7 changed files with 23 additions and 8 deletions
|
@ -114,7 +114,7 @@ class HttpPusher:
|
|||
if should_check_for_notifs:
|
||||
self._start_processing()
|
||||
|
||||
def on_new_notifications(self, min_stream_ordering, max_stream_ordering):
|
||||
def on_new_notifications(self, max_stream_ordering):
|
||||
self.max_stream_ordering = max(
|
||||
max_stream_ordering, self.max_stream_ordering or 0
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue