Skip to content

Commit

Permalink
Fix using MSC2716 batch sending with event persistence workers
Browse files Browse the repository at this point in the history
Signed-off-by: Tulir Asokan <tulir@beeper.com>
  • Loading branch information
tulir committed Oct 30, 2021
1 parent bfd7a9b commit f0c73d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/11220.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix using MSC2716 batch sending in combination with event persistence workers. Contributed by @tulir at Beeper.
2 changes: 2 additions & 0 deletions synapse/app/generic_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
)
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
Expand Down Expand Up @@ -237,6 +238,7 @@ class GenericWorkerSlavedStore(
SlavedEventStore,
SlavedKeyStore,
RoomWorkerStore,
RoomBatchStore,
DirectoryStore,
SlavedApplicationServiceStore,
SlavedRegistrationStore,
Expand Down

0 comments on commit f0c73d8

Please sign in to comment.