summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2017-11-24 00:34:56 +0000
committerRichard van der Hoff <richard@matrix.org>2017-11-24 00:34:56 +0000
commit795b0849f3654d292132e9ead691d12158bd0304 (patch)
tree970c47eeecba25c1a045a520ffe881d6d9f160bf /synapse
parentRemove dead sync_callback (diff)
downloadsynapse-795b0849f3654d292132e9ead691d12158bd0304.tar.xz
Add a comment which might save some confusion
Diffstat (limited to 'synapse')
-rw-r--r--synapse/app/synchrotron.py1
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()