Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load the thread list using server-side sorting and pagination #21877

Closed
novocaine opened this issue Apr 22, 2022 · 1 comment
Closed

Load the thread list using server-side sorting and pagination #21877

novocaine opened this issue Apr 22, 2022 · 1 comment

Comments

@novocaine
Copy link
Contributor

novocaine commented Apr 22, 2022

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 when added by element-hq/element-meta#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?

As described in MSC3856. Some level of backwards compatibility need to be considered to fix issues like #22641

Have you considered any alternatives?

No response

Additional context

No response

@justjanne
Copy link
Contributor

Resolved by matrix-org/matrix-js-sdk#2602

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants