summary refs log tree commit diff
path: root/synapse/notifier.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-07-23 16:09:40 +0100
committerErik Johnston <erik@matrix.org>2018-07-23 16:09:40 +0100
commitb136d7ff8ff2017148bd0ee52d7065c304b0ef0f (patch)
tree9cfd9af91b170993385b2460392adc563731270e /synapse/notifier.py
parentMerge branch 'develop' into matrix-org-hotfixes (diff)
parentMerge pull request #3581 from matrix-org/erikj/fixup_stateless (diff)
downloadsynapse-b136d7ff8ff2017148bd0ee52d7065c304b0ef0f.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'synapse/notifier.py')
-rw-r--r--synapse/notifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/notifier.py b/synapse/notifier.py

index 51cbd66f06..e650c3e494 100644 --- a/synapse/notifier.py +++ b/synapse/notifier.py
@@ -274,7 +274,7 @@ class Notifier(object): logger.exception("Error notifying application services of event") def on_new_event(self, stream_key, new_token, users=[], rooms=[]): - """ Used to inform listeners that something has happend event wise. + """ Used to inform listeners that something has happened event wise. Will wake up all listeners for the given users and rooms. """