From edbeed06ca83a5420fd7337cf954bc29a443d00c Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 6 Apr 2018 10:20:50 +0100 Subject: Fix MRO for replication stores --- synapse/app/synchrotron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/app/synchrotron.py') 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, -- cgit 1.5.1