mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-04-23 19:29:09 -04:00
Fix using MSC2716 batch sending with event persistence workers
Signed-off-by: Tulir Asokan <tulir@beeper.com>
This commit is contained in:
parent
8d54d3bbbf
commit
d2ad447a5a
1
changelog.d/11220.bugfix
Normal file
1
changelog.d/11220.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fix using MSC2716 batch sending in combination with event persistence workers. Contributed by @tulir at Beeper.
|
@ -112,6 +112,7 @@ from synapse.storage.databases.main.monthly_active_users import (
|
||||
)
|
||||
from synapse.storage.databases.main.presence import PresenceStore
|
||||
from synapse.storage.databases.main.room import RoomWorkerStore
|
||||
from synapse.storage.databases.main.room_batch import RoomBatchStore
|
||||
from synapse.storage.databases.main.search import SearchStore
|
||||
from synapse.storage.databases.main.session import SessionStore
|
||||
from synapse.storage.databases.main.stats import StatsStore
|
||||
@ -237,6 +238,7 @@ class GenericWorkerSlavedStore(
|
||||
SlavedEventStore,
|
||||
SlavedKeyStore,
|
||||
RoomWorkerStore,
|
||||
RoomBatchStore,
|
||||
DirectoryStore,
|
||||
SlavedApplicationServiceStore,
|
||||
SlavedRegistrationStore,
|
||||
|
Loading…
x
Reference in New Issue
Block a user