matrix-org / matrix-org/matrix-rust-sdk

Editing a message bumps the room up in the room list.

Open
#4,062 3 comments 0 reactions 1 assignee Claimed by @Hywan View on GitHub
Dominant language
Rust
Stars
2.3k
Forks
500
Avg merge
1d 16h
Merged PRs (30d)
106

Description

**Steps to reproduce**
- Start with the following room list:
```
RoomA: LastMessageA@11AM
RoomB: LastMessageB@10AM
```
- Edit `LastMessageB` at say 12PM.

**Expected outcome**
- No changes, the room list should remain the same.

**Actual outcome**
- RoomA and RoomB are now swapped in the room list so it looks like this:
```
RoomB: LastMessageB@10AM
RoomA: LastMessageA@11AM
```

| An example in Element X iOS |
| - |
| Screenshot 2024-10-02 at 12 29 13 pm |

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.