0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-15 04:23:54 +01:00
synapse/tests/rest/client/sliding_sync
Erik Johnston 8678516e79
Sliding sync: Always send your own receipts down (#17617)
When returning receipts in sliding sync for initial rooms we should
always include our own receipts in the room (even if they don't match
any timeline events).

Reviewable commit-by-commit.

---------

Co-authored-by: Eric Eastwood <eric.eastwood@beta.gouv.fr>
2024-08-29 10:09:40 +01:00
..
__init__.py
test_connection_tracking.py SSS: Implement PREVIOUSLY room tracking (#17535) 2024-08-08 10:44:17 +01:00
test_extension_account_data.py
test_extension_e2ee.py
test_extension_receipts.py Sliding sync: Always send your own receipts down (#17617) 2024-08-29 10:09:40 +01:00
test_extension_to_device.py
test_extension_typing.py Sliding Sync: Add typing notification extension (MSC3961) (#17505) 2024-07-31 13:20:23 -05:00
test_extensions.py Sliding sync: Correctly track which read receipts we have or have not sent down. (#17575) 2024-08-19 21:16:07 +01:00
test_room_subscriptions.py
test_rooms_invites.py
test_rooms_meta.py
test_rooms_required_state.py Sliding Sync: Exclude partially stated rooms if we must await full state (#17538) 2024-08-13 12:27:42 -05:00
test_rooms_timeline.py Sliding Sync: Handle timeline limit changes (take 2) (#17579) 2024-08-20 10:31:25 +01:00
test_sliding_sync.py