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

Thread replies do not local echo as expected #3464

Open
davidisaaclee opened this issue Jun 12, 2023 · 0 comments
Open

Thread replies do not local echo as expected #3464

davidisaaclee opened this issue Jun 12, 2023 · 0 comments

Comments

@davidisaaclee
Copy link
Contributor

When sending an event as a reply to a thread using the default "chronological" pendingEventOrdering, I'd expect the reply to appear in the thread's timeline as soon as sendMessage is called. In actuality, with [email protected], the event only shows up in the thread's timeline about half a second after the sendMessage promise resolves.

(I'd also be fine with the local echo appearing in the thread's containing Room, but no dice there either.)

Here is a branch of a repo that I think has a minimal reproducing example, although it's a little noisy due to many Thread.updates called – I believe related to #3463. (I don't think this is caused by the same bug as #3463 though, as this happens for me in threads with fewer than 11 events.)

Here are logs of me running this code:
Screen Shot 2023-06-11 at 7 19 31 PM

@github-actions github-actions bot added the Stale label Feb 7, 2025
@RiotRobot RiotRobot removed the Stale label Feb 8, 2025
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