threema-web
threema-web copied to clipboard
Message status desync
It very often happens that the message status of the most recently sent message in a conversation is not up to date. With subsequent messages, the status gets updated.
We need to investigate whether this is an UI issue or the update is not sent.
Enable message debugging (MSG_DEBUGGING
in src/config.ts). Then, when it happens again, check the debug console to see if an update message was logged.
Turns out this is likely a problem on the app side: The app is not connected to the Threema server and does not receive a push for the message status update.
I'm facing this issue as well - even with app version 4.0 (2359) on iOS.
I'm facing a variation of this issue as well.
The status of the message will be timed-out (the red arrow circle thing) in the chat view (where the messages from one contact are shown) but in the chat overview the status of the message is shown correctly. This is the case even after closing and reopening the chat, receiving and sending other messages and after receiving a thumbs-up for a message that is shown as timed-out. In the last case, the thumbs-up will be shown again in the chat overview but not in the actual conversation.
Quick note: This should already be fixed in iOS, a fix for the Android app will happen soon-ish.
a fix for the Android app will happen soon-ish.
Did the latest update include the fix?
No. For reference, this is ANDR-868.