-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 with arrow-up doesn't take last message in room into account #9864
Comments
can't reproduce anymore now ... should have attached a GIF when I had it happening to see if any of the messages had anything special about them. |
We can leave this open incase anyone else sees it |
I get this regularly, but it might be a slightly different problem, in that it'll only occur for about 2s after I send a message. After a little bit, Riot figures out that the message I just sent is the one I want to edit. And yes this occurs a bit after the message has been indicated as sent. |
Hmm, interesting. Might not be re-rerending if the order of events is wrong. Let's see if this is still a problem once #9860 is implemented. |
That sounds like the same problem I run into. The send request succeeds, but sync hasn't picked up on it yet. |
my guess is that this happens when an event has been sent but the remote echo hasn't been received yet. In this case, it's not in the timeline collection yet, still in the pending event list, which wasn't taken into account so far to edit. E.g. what Travis said 😁 |
probably 1-off error in findEditableEvent fn
The text was updated successfully, but these errors were encountered: