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

expose SlavedProfileStore to ClientReaderSlavedStore (#5200)

* expose SlavedProfileStore to ClientReaderSlavedStore
parent afb463fb
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.
......@@ -29,6 +29,7 @@ from synapse.http.server import JsonResource
from synapse.http.site import SynapseSite
from synapse.metrics import RegistryProxy
from synapse.metrics.resource import METRICS_PREFIX, MetricsResource
from synapse.replication.slave.storage import SlavedProfileStore
from synapse.replication.slave.storage._base import BaseSlavedStore
from synapse.replication.slave.storage.account_data import SlavedAccountDataStore
from synapse.replication.slave.storage.appservice import SlavedApplicationServiceStore
......@@ -83,6 +84,7 @@ class ClientReaderSlavedStore(
SlavedTransactionStore,
SlavedClientIpStore,
BaseSlavedStore,
SlavedProfileStore,
):
pass
......
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