We currently load the entire thread list without pagination and sort it on the client so that we can sort by last-replied-to. Add support for that sort to the server query and load the list using pagination. - [x] Server side: matrix-org/synapse#13921 - [x] Web: https://github.com/vector-im/element-web/issues/21877 - [x] iOS: https://github.com/vector-im/element-ios/issues/6059 - [x] Android: https://github.com/vector-im/element-android/issues/5819