1
0

Fix tests

This commit is contained in:
Erik Johnston
2021-09-17 17:30:32 +01:00
parent c2d84edffc
commit 0ce9315f9f
+1 -1
View File
@@ -184,7 +184,7 @@ class EmailPusher(Pusher):
should_notify_at = max(notif_ready_at, room_ready_at)
if should_notify_at < self.clock.time_msec():
if should_notify_at <= self.clock.time_msec():
# one of our notifications is ready for sending, so we send
# *one* email updating the user on their notifications,
# we then consider all previously outstanding notifications