-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Message stuck as newest message #9443
Comments
Hi @AnthyG , thanks for reporting this. Do you think the messages that ended up in the wrong order got sent? It sounds like they didn't, and we got the sorting of unsent messages wrong somehow, and then additionally you hit #7177 . Can I also ask if you were using the matrix.org homeserver or another one? Would be great if you could retry sending logs, that should work again now. |
The messages did get sent, as I still saw them after reload, was also able to reply to them, and my conversation partner was also able to see them. Still got the log in form of an .har-file (which should contain everything you need, however you would need to decompress the compressed log file from that), and I guess that is the only way I can still send it to you, as I suppose, Riot doesn't keep a log beyond the current and last session. How should I go about in getting it to you? |
I also have seen this recently. |
Do you guys still need my Log then? |
if you've seen it again in the last 24ish hours, then yes please. |
I have the same problem for the riot windows desktop client |
I have the same problem. I've noticed that the offending (stuck) message is missing the "unsigned" information element in the server update message. Most recent (actual) message:
"Stuck" message:
I'm using Riot Desktop/Web version "riot-web version: 1.1.0" on Windows 7 with a self-hosted synapse server (matrix-synapse==0.99.1.1). The room is a 1-on-1 chat with encryption enabled. |
@mstroud please go to your account settings, click on the "Help & About" tab, and submit debug logs for this issue. It's hard to figure out what is going on when no one is submitting logs :( |
@turt2live Done |
likewise |
I see this as well, desktop app 1.1.0 on Linux and synapse 0.99.3.2. Seems to be a strictly visual bug as closing and reopening the app does fix it. |
have a same problem with 1-1 chat, not encrypted. Close/open application solve the problem for while. |
I've definitely seen this personally, but can't reproduce it. From the 3 logs collected, "Unable to call 'setDMRoom' of undefined" comes up frequently - will investigate that. |
I think this was actually fixed as matrix-org/matrix-react-sdk#2951 |
Still occurring on 1.1.2. not 100% reproducible but happening pretty reliably. Need more logs on this one? |
I can confirm that it still occurs on 1.1.2 (had one yesterday) |
1.1.2 does not have the fix in it. |
I saw this just yesterday on Element version 1.7.14 - it was only fixed by the "clear cache and reload" button in settings. So far has occurred only once in about a month of usage. |
I had this occur recently this doesn't seem fixed, happened when in a DM with a friend, restarting the desktop client and removing the message worked for me. Element version: 1.8.5 |
Note that this is currently being tracked from the homeserver (Synapse) side at matrix-org/synapse#9424. |
Description
After having sent one message (private chat, encrypted), that message kept staying at the very bottom of all new messages I sent (the timestamps were still correct).
Steps to reproduce
The expected behaviour would be that the first message shouldn't move to the most recent slot in the history. And after reloading, the message should still be in the history, but it isn't.
Log: not sent (couldn't send)
Version information
For the web app:
The text was updated successfully, but these errors were encountered: