Remove dead sync_callback
This is never used; let's remove it to stop confusing things.
This commit is contained in:
parent
79eba878a7
commit
7f14f0ae38
|
@ -343,8 +343,6 @@ class SyncReplicationHandler(ReplicationClientHandler):
|
|||
self.presence_handler = hs.get_presence_handler()
|
||||
self.notifier = hs.get_notifier()
|
||||
|
||||
self.presence_handler.sync_callback = self.send_user_sync
|
||||
|
||||
def on_rdata(self, stream_name, token, rows):
|
||||
super(SyncReplicationHandler, self).on_rdata(stream_name, token, rows)
|
||||
|
||||
|
|
Loading…
Reference in New Issue