-
- Downloads
Sliding Sync: No need to sort if the range is large enough to cover all of the rooms (#17731)
No need to sort if the range is large enough to cover all of the rooms in the list. Previously, we would only do this optimization if the range was exactly large enough. Follow-up to https://github.com/element-hq/synapse/pull/17672
Showing
- changelog.d/17731.misc 1 addition, 0 deletionschangelog.d/17731.misc
- synapse/handlers/sliding_sync/room_lists.py 12 additions, 2 deletionssynapse/handlers/sliding_sync/room_lists.py
- tests/rest/client/sliding_sync/test_lists_filters.py 25 additions, 39 deletionstests/rest/client/sliding_sync/test_lists_filters.py
- tests/rest/client/sliding_sync/test_rooms_meta.py 2 additions, 1 deletiontests/rest/client/sliding_sync/test_rooms_meta.py
- tests/rest/client/sliding_sync/test_sliding_sync.py 40 additions, 9 deletionstests/rest/client/sliding_sync/test_sliding_sync.py
Loading
Please register or sign in to comment