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

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

Open
pixlwave opened this issue Oct 2, 2024 · 3 comments
Open

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

pixlwave opened this issue Oct 2, 2024 · 3 comments

Comments

@pixlwave
Copy link
Member

pixlwave commented Oct 2, 2024

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
@bnjbvr
Copy link
Member

bnjbvr commented Oct 2, 2024

Thanks for opening an issue. Is this an encrypted room? I think this is the issue where we strictly follow the ordering based on the bumpstamps sent by the server, but we should re-sort more precisely based on the event's date of arrival on the device, and filter out non-meaningful events too.

@pixlwave
Copy link
Member Author

pixlwave commented Oct 2, 2024

Yeah it's an encrypted room.

@bnjbvr
Copy link
Member

bnjbvr commented Oct 2, 2024

cc @Hywan who's got the most context on this (but enjoy your holidays first).

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

No branches or pull requests

2 participants