summary refs log tree commit diff
path: root/synapse/app/synchrotron.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-04-06 10:20:50 +0100
committerErik Johnston <erik@matrix.org>2018-04-06 10:20:50 +0100
commitedbeed06ca83a5420fd7337cf954bc29a443d00c (patch)
tree60cc934ec90d7b1147da62f02400dde9c99d25c0 /synapse/app/synchrotron.py
parentAdd cache for if ASes have users in a room (diff)
downloadsynapse-edbeed06ca83a5420fd7337cf954bc29a443d00c.tar.xz
Fix MRO for replication stores
Diffstat (limited to 'synapse/app/synchrotron.py')
-rw-r--r--synapse/app/synchrotron.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/synchrotron.py b/synapse/app/synchrotron.py

index 508b66613d..a16313f3f7 100644 --- a/synapse/app/synchrotron.py +++ b/synapse/app/synchrotron.py
@@ -64,6 +64,7 @@ logger = logging.getLogger("synapse.app.synchrotron") class SynchrotronSlavedStore( SlavedReceiptsStore, SlavedAccountDataStore, + SlavedPushRuleStore, SlavedApplicationServiceStore, SlavedRegistrationStore, SlavedFilteringStore, @@ -71,7 +72,6 @@ class SynchrotronSlavedStore( SlavedGroupServerStore, SlavedDeviceInboxStore, SlavedDeviceStore, - SlavedPushRuleStore, SlavedEventStore, SlavedClientIpStore, RoomStore,