mirror of
https://github.com/element-hq/synapse.git
synced 2026-09-16 23:24:28 +00:00
Change test as rooms now appear when read receipts sent
This commit is contained in:
@@ -433,8 +433,11 @@ class SlidingSyncReceiptsExtensionTestCase(SlidingSyncBase):
|
||||
set(),
|
||||
exact=True,
|
||||
)
|
||||
# The room should be be in user1's sync because they sent a read receipt...
|
||||
self.assertIn(room_id1, response_body["rooms"])
|
||||
# but there should be no timeline events
|
||||
# No events in the timeline since they were sent before the `from_token`
|
||||
self.assertNotIn(room_id1, response_body["rooms"])
|
||||
self.assertNotIn("timeline", response_body["rooms"][room_id1])
|
||||
|
||||
# Check room3:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user