mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 04:52:26 +01:00
c270355349
This triggers the client to start a new sliding sync connection. If we don't do this and the client asks for the full range of rooms, we end up sending down all rooms and their state from scratch (which can be very slow) This causes things like https://github.com/element-hq/element-x-ios/issues/3115 after we restart the server --------- Co-authored-by: Eric Eastwood <eric.eastwood@beta.gouv.fr> |
||
---|---|---|
.. | ||
__init__.py | ||
test_connection_tracking.py | ||
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 | ||
test_rooms_timeline.py | ||
test_sliding_sync.py |