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

Threads are listed out of order #25522

Closed
robintown opened this issue Jun 5, 2023 · 2 comments · Fixed by matrix-org/matrix-js-sdk#3458
Closed

Threads are listed out of order #25522

robintown opened this issue Jun 5, 2023 · 2 comments · Fixed by matrix-org/matrix-js-sdk#3458
Assignees
Labels
A-Threads O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect X-Regression X-Release-Blocker

Comments

@robintown
Copy link
Member

Steps to reproduce

  1. Go to any room where threads are frequently used
  2. Open the threads list

Outcome

What did you expect?

To see threads sorted by the time they were last active

What happened instead?

They're in a completely random order:

Screencast.from.2023-06-05.14-49-00.webm

Operating system

NixOS unstable

Browser information

Firefox 113.0.2

URL for webapp

develop.element.io

Application version

Element version: 945c079-react-68ebcd295624-js-ea7042efb9c3 Olm version: 3.2.14

Homeserver

Synapse 1.84.0

Will you send logs?

No

@robintown
Copy link
Member Author

Regressed by matrix-org/matrix-js-sdk#3437

@robintown robintown added S-Major Severely degrades major functionality or product features, with no satisfactory workaround O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience labels Jun 5, 2023
@weeman1337 weeman1337 pinned this issue Jun 6, 2023
@weeman1337 weeman1337 unpinned this issue Jun 6, 2023
@Johennes
Copy link
Contributor

Johennes commented Jun 6, 2023

@t3chguy since this appears to be an unintended side-effect of matrix-org/matrix-js-sdk#3437, are you available to try and fix this?

su-ex added a commit to SchildiChat/matrix-js-sdk that referenced this issue Feb 22, 2024
* Introduce a new `Crypto.Verifier` interface, and deprecate direct access to `VerificationBase`, `SAS` and `ReciprocateQRCode` ([\matrix-org#3414](matrix-org#3414)).
* Add `rust-crypto#isCrossSigningReady` implementation ([\matrix-org#3462](matrix-org#3462)). Contributed by @florianduros.
* OIDC: Validate `m.authentication` configuration ([\matrix-org#3419](matrix-org#3419)). Contributed by @kerryarchibald.
* ElementR: Add `CryptoApi.getCrossSigningStatus` ([\matrix-org#3452](matrix-org#3452)). Contributed by @florianduros.
* Extend stats summary with call device and user count based on room state ([\matrix-org#3424](matrix-org#3424)). Contributed by @toger5.
* Update MSC3912 implementation to use `with_rel_type` instead of `with_relations` ([\matrix-org#3420](matrix-org#3420)).
* Export thread-related types from SDK ([\matrix-org#3447](matrix-org#3447)). Contributed by @stas-demydiuk.
* Use correct /v3 prefix for /refresh ([\matrix-org#3016](matrix-org#3016)). Contributed by @davidisaaclee.
* Fix thread list being ordered based on all updates ([\matrix-org#3458](matrix-org#3458)). Fixes element-hq/element-web#25522.
* Fix: handle `baseUrl` with trailing slash in `fetch.getUrl` ([\matrix-org#3455](matrix-org#3455)). Fixes element-hq/element-web#25526. Contributed by @kerryarchibald.
* use cli.canSupport to determine intentional mentions support ([\matrix-org#3445](matrix-org#3445)). Fixes element-hq/element-web#25497. Contributed by @kerryarchibald.
* Make sliding sync linearize processing of sync requests ([\matrix-org#3442](matrix-org#3442)).
* Fix edge cases around 2nd order relations and threads ([\matrix-org#3437](matrix-org#3437)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Threads O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect X-Regression X-Release-Blocker
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants