threema-web icon indicating copy to clipboard operation
threema-web copied to clipboard

Message status desync

Open lgrahl opened this issue 6 years ago • 7 comments

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.

lgrahl avatar Jul 21 '18 10:07 lgrahl

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.

dbrgn avatar Jul 21 '18 15:07 dbrgn

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.

lgrahl avatar Jul 25 '18 12:07 lgrahl

I'm facing this issue as well - even with app version 4.0 (2359) on iOS.

Speedliner avatar Oct 06 '18 09:10 Speedliner

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.

joelfischerr avatar Jun 06 '19 07:06 joelfischerr

Quick note: This should already be fixed in iOS, a fix for the Android app will happen soon-ish.

dbrgn avatar Jul 03 '19 08:07 dbrgn

a fix for the Android app will happen soon-ish.

Did the latest update include the fix?

ovalseven8 avatar Aug 01 '19 06:08 ovalseven8

No. For reference, this is ANDR-868.

lgrahl avatar Aug 05 '19 10:08 lgrahl