matrix-org / matrix-org/matrix-rust-sdk
Editing a message bumps the room up in the room list.
Open
- 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 |
| - |
| |
Contributor guide
Assessment
This issue has not been assessed yet.