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

Timeline ordering for locally echoed msgs is wrong #479

Closed
ara4n opened this issue Jan 23, 2023 · 1 comment · Fixed by matrix-org/matrix-rust-sdk#1393
Closed

Timeline ordering for locally echoed msgs is wrong #479

ara4n opened this issue Jan 23, 2023 · 1 comment · Fixed by matrix-org/matrix-rust-sdk#1393

Comments

@ara4n
Copy link
Member

ara4n commented Jan 23, 2023

Describe the bug
The order in the timeline of locally echoed msgs is not updated when remote echo happens, making them appear confusingly out of order if your client isn't synced.

To Reproduce
Steps to reproduce the behavior:

  1. Send some messages before the app has synced.
  2. Watch the app sync and load a bunch of old msgs
  3. Observe that these msgs get appended after the ones you just sent, likely pushing them off the top of the screen

Expected behavior

Messages we haven't yet received a remote echo for should always be appended to the bottom of the timeline until we receive the remote echo, which will then let us position them correctly.

this on today's nightly

@jplatte
Copy link
Contributor

jplatte commented Jan 23, 2023

This is a known issue in matrix-rust-sdk, I have a todo for it in matrix-org/matrix-rust-sdk#1103:

  • Handle remote echoes correctly (always use server ordering for events)

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

Successfully merging a pull request may close this issue.

2 participants