Merge pull request #1920 from vector-im/feature/fga/dynamic_room_list_incremental_load

RoomList: introduce incremental loading to improve performances.
This commit is contained in:
ganfra 2023-11-30 19:51:13 +01:00 committed by GitHub
commit 270c4612f5
8 changed files with 100 additions and 56 deletions

1
changelog.d/1920.misc Normal file
View file

@ -0,0 +1 @@
RoomList: introduce incremental loading to improve performances.