mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-27 16:56:16 -04:00
Improve performance of getting unread counts in rooms (#13119)
This commit is contained in:
parent
cdc0259449
commit
92a0c18ef0
6 changed files with 40 additions and 4 deletions
|
@ -87,7 +87,6 @@ class DataStore(
|
|||
RoomStore,
|
||||
RoomBatchStore,
|
||||
RegistrationStore,
|
||||
StreamWorkerStore,
|
||||
ProfileStore,
|
||||
PresenceStore,
|
||||
TransactionWorkerStore,
|
||||
|
@ -112,6 +111,7 @@ class DataStore(
|
|||
SearchStore,
|
||||
TagsStore,
|
||||
AccountDataStore,
|
||||
StreamWorkerStore,
|
||||
OpenIdStore,
|
||||
ClientIpWorkerStore,
|
||||
DeviceStore,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue