element-ios
element-ios copied to clipboard
Load the thread list using server-side sorting and pagination
Your use case
What would you like to do?
The thread list is currently sorted by the time of the last event received in that thread, client-side. Switch to using server support added in https://github.com/vector-im/element-meta/issues/152 to for the sorting and enable pagination.
Why would you like to do it?
To resolve performance issues associated with not paginating the list in order to be able to do client side sorting.
How would you like to achieve it?
Have you considered any alternatives?
No response
Additional context
No response