diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-11-24 00:34:56 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-11-24 00:34:56 +0000 |
commit | 795b0849f3654d292132e9ead691d12158bd0304 (patch) | |
tree | 970c47eeecba25c1a045a520ffe881d6d9f160bf /synapse/app | |
parent | Remove dead sync_callback (diff) | |
download | synapse-795b0849f3654d292132e9ead691d12158bd0304.tar.xz |
Add a comment which might save some confusion
Diffstat (limited to 'synapse/app')
-rw-r--r-- | synapse/app/synchrotron.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/app/synchrotron.py b/synapse/app/synchrotron.py index f68f45ea4f..323fddee21 100644 --- a/synapse/app/synchrotron.py +++ b/synapse/app/synchrotron.py @@ -340,6 +340,7 @@ class SyncReplicationHandler(ReplicationClientHandler): self.store = hs.get_datastore() self.typing_handler = hs.get_typing_handler() + # NB this is a SynchrotronPresence, not a normal PresenceHandler self.presence_handler = hs.get_presence_handler() self.notifier = hs.get_notifier() |