Skip to content
Snippets Groups Projects
Unverified Commit 66b75e2d authored by Neil Johnson's avatar Neil Johnson Committed by GitHub
Browse files

Neilj/ensure get profileinfo available in client reader slaved store (#5213)

* expose SlavedProfileStore to ClientReaderSlavedStore
parent 2dfbeea6
No related branches found
No related tags found
No related merge requests found
Fix worker registration bug caused by ClientReaderSlavedStore being unable to see get_profileinfo.
......@@ -38,6 +38,7 @@ from synapse.replication.slave.storage.devices import SlavedDeviceStore
from synapse.replication.slave.storage.directory import DirectoryStore
from synapse.replication.slave.storage.events import SlavedEventStore
from synapse.replication.slave.storage.keys import SlavedKeyStore
from synapse.replication.slave.storage.profile import SlavedProfileStore
from synapse.replication.slave.storage.push_rule import SlavedPushRuleStore
from synapse.replication.slave.storage.receipts import SlavedReceiptsStore
from synapse.replication.slave.storage.registration import SlavedRegistrationStore
......@@ -81,6 +82,7 @@ class ClientReaderSlavedStore(
SlavedApplicationServiceStore,
SlavedRegistrationStore,
SlavedTransactionStore,
SlavedProfileStore,
SlavedClientIpStore,
BaseSlavedStore,
):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment