mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Do not include rooms with an unknown room version in a sync response. (#10644)
A user will still see this room if it is in a local cache, but it will not reappear if clearing the cache and reloading.
This commit is contained in:
parent
b5fef6054a
commit
000aa89be6
7 changed files with 145 additions and 11 deletions
|
@ -30,6 +30,7 @@ class RoomsForUser:
|
|||
membership: str
|
||||
event_id: str
|
||||
stream_ordering: int
|
||||
room_version_id: str
|
||||
|
||||
|
||||
@attr.s(slots=True, frozen=True, weakref_slot=False, auto_attribs=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue