Add a comment which might save some confusion

pull/2710/head
Richard van der Hoff 2017-11-24 00:34:56 +00:00
parent 7f14f0ae38
commit 795b0849f3
1 changed files with 1 additions and 0 deletions

View File

@ -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()