Fixup pusher pool notifications

This commit is contained in:
Erik Johnston 2020-09-09 16:17:50 +01:00
parent 453dfe210b
commit e7fd336a53
7 changed files with 23 additions and 8 deletions

View file

@ -91,7 +91,7 @@ class EmailPusher:
pass
self.timed_call = None
def on_new_notifications(self, min_stream_ordering, max_stream_ordering):
def on_new_notifications(self, max_stream_ordering):
if self.max_stream_ordering:
self.max_stream_ordering = max(
max_stream_ordering, self.max_stream_ordering