mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-14 22:17:41 +01:00
fe7cc08287
the existing _selectWhile method was more like _selectUntil, which is what we want for _selectLimit but not for selectWhile(Reverse) The changes we had made before also broke _selectLimit as it would look at the results length before the value got added so you always got 1 value more than requested, breaking sync.