0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-08-04 01:25:16 +02:00

Remove dead sync_callback

This is never used; let's remove it to stop confusing things.
This commit is contained in:
Richard van der Hoff 2017-11-24 00:32:04 +00:00
parent 79eba878a7
commit 7f14f0ae38

View file

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