mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
Revert "Fixup pusher pool notifications"
This reverts commit e7fd336a53
.
This commit is contained in:
parent
e7fd336a53
commit
dc9dcdbd59
7 changed files with 8 additions and 23 deletions
|
@ -91,7 +91,7 @@ class EmailPusher:
|
|||
pass
|
||||
self.timed_call = None
|
||||
|
||||
def on_new_notifications(self, max_stream_ordering):
|
||||
def on_new_notifications(self, min_stream_ordering, max_stream_ordering):
|
||||
if self.max_stream_ordering:
|
||||
self.max_stream_ordering = max(
|
||||
max_stream_ordering, self.max_stream_ordering
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue