mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 04:16:04 -04:00
Include room membership in room initialSync
This commit is contained in:
parent
1fd8139138
commit
c23afed39a
2 changed files with 8 additions and 1 deletions
|
@ -1017,6 +1017,7 @@ class RoomInitialSyncTestCase(RestTestCase):
|
|||
self.assertEquals(200, code)
|
||||
|
||||
self.assertEquals(self.room_id, response["room_id"])
|
||||
self.assertEquals("join", response["membership"])
|
||||
|
||||
# Room state is easier to assert on if we unpack it into a dict
|
||||
state = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue