0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-11-12 04:52:26 +01:00
synapse/tests/rest/client/sliding_sync
Erik Johnston 44ac2aa3b6
SSS: Implement PREVIOUSLY room tracking (#17535)
Implement tracking of rooms that have had updates that have not been
sent down to clients.

Simplified Sliding Sync (SSS)
2024-08-08 10:44:17 +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
test_extension_to_device.py
test_extension_typing.py
test_extensions.py
test_room_subscriptions.py
test_rooms_invites.py
test_rooms_meta.py
test_rooms_required_state.py SS: Reset connection if token is unrecognized (#17529) 2024-08-06 10:39:11 +01:00
test_rooms_timeline.py Sliding Sync: Easier to understand timeline assertions in tests (#17511) 2024-08-05 13:20:15 -05:00
test_sliding_sync.py