mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-27 20:05:18 -04:00
Handle the case of remote users leaving a partial join room for device lists (#13885)
This commit is contained in:
parent
85e161631a
commit
e8318a4333
7 changed files with 86 additions and 108 deletions
|
@ -83,6 +83,7 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
class DataStore(
|
||||
EventsBackgroundUpdatesStore,
|
||||
DeviceStore,
|
||||
RoomMemberStore,
|
||||
RoomStore,
|
||||
RoomBatchStore,
|
||||
|
@ -114,7 +115,6 @@ class DataStore(
|
|||
StreamWorkerStore,
|
||||
OpenIdStore,
|
||||
ClientIpWorkerStore,
|
||||
DeviceStore,
|
||||
DeviceInboxStore,
|
||||
UserDirectoryStore,
|
||||
UserErasureStore,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue