mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-20 02:30:21 -04:00
Include 'messages' snapshot in room initialSync
This commit is contained in:
parent
31a049eb69
commit
17f977a9de
2 changed files with 24 additions and 1 deletions
|
@ -1050,6 +1050,10 @@ class RoomInitialSyncTestCase(RestTestCase):
|
|||
|
||||
self.assertTrue("m.room.create" in state)
|
||||
|
||||
self.assertTrue("messages" in response)
|
||||
self.assertTrue("chunk" in response["messages"])
|
||||
self.assertTrue("end" in response["messages"])
|
||||
|
||||
# (code, response) = yield self.mock_resource.trigger("GET", path, None)
|
||||
# self.assertEquals(200, code, msg=str(response))
|
||||
# self.assert_dict(json.loads(content), response)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue