summary refs log tree commit diff
path: root/synapse/app/synchrotron.py
diff options
context:
space:
mode:
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,