diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-11-24 00:38:44 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-06-22 15:58:15 +0100 |
commit | 1031bd25f8f37413f4101b0a049a598f1d95f8d3 (patch) | |
tree | 59031c3d2189efcfe80aaed77502dbb5e790d21e | |
parent | Disable auth on room_members for now (diff) | |
download | synapse-1031bd25f8f37413f4101b0a049a598f1d95f8d3.tar.xz |
Avoid doing presence updates on replication reconnect
Presence is supposed to be disabled on matrix.org, so we shouldn't send a load of USER_SYNC commands every time the synchrotron reconnects to the master.
-rw-r--r-- | synapse/app/synchrotron.py | 2 | ||||
-rw-r--r-- | synapse/handlers/presence.py | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/synapse/app/synchrotron.py b/synapse/app/synchrotron.py |