mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00

- Randomly move elements 10,000 times in a sliding window. - Fixed a bug as a result which would cause the algorithm to fail to issue a DELETE/INSERT when the room was _inserted_ to the very end of the window range, due to it misfiring with the logic to not issue operations for no-op moves.