Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 22796d6

Browse files
committed
Merge pull request #5513 from matrix-org/erikj/fix_messages_token
2 parents 9523a4e + 8fecb5f commit 22796d6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelog.d/5513.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add support for handling pagination APIs on client reader worker.

synapse/app/client_reader.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
from synapse.replication.slave.storage.devices import SlavedDeviceStore
3838
from synapse.replication.slave.storage.directory import DirectoryStore
3939
from synapse.replication.slave.storage.events import SlavedEventStore
40+
from synapse.replication.slave.storage.groups import SlavedGroupServerStore
4041
from synapse.replication.slave.storage.keys import SlavedKeyStore
4142
from synapse.replication.slave.storage.profile import SlavedProfileStore
4243
from synapse.replication.slave.storage.push_rule import SlavedPushRuleStore
@@ -75,6 +76,7 @@ class ClientReaderSlavedStore(
7576
SlavedDeviceStore,
7677
SlavedReceiptsStore,
7778
SlavedPushRuleStore,
79+
SlavedGroupServerStore,
7880
SlavedAccountDataStore,
7981
SlavedEventStore,
8082
SlavedKeyStore,

0 commit comments

Comments
 (0)