diff --git a/synapse/notifier.py b/synapse/notifier.py index e6f37c3736ee9c386d935d3b4ea53de6106a9062..d750a6fcf727046c04d2f708cf756b049c46db9d 100644 --- a/synapse/notifier.py +++ b/synapse/notifier.py @@ -404,6 +404,7 @@ class Notifier(object): def _timeout_listener(): # TODO (erikj): We should probably set to_token to the current # max rather than reusing from_token. + # Remove the timer from the listener so we don't try to cancel it. listener.timer = None listener.notify( self,