You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changing networks, the friend appears online for ~30s, even though messages can't be delivered. During this time, messages sent are greyed out.
When the friend flicks offline, and comes back online during reconnect, these messages are not delivered to the friend, and are marked grey on the antox side indefinitely.
getUnsentMessageList filters the message list based on sent, which doesn't take into account receiving the toxcore receipt for the message from the friend. I believe received should be the filter instead.
I'll test this out soon™
The text was updated successfully, but these errors were encountered:
When changing networks, the friend appears online for ~30s, even though messages can't be delivered. During this time, messages sent are greyed out.
When the friend flicks offline, and comes back online during reconnect, these messages are not delivered to the friend, and are marked grey on the antox side indefinitely.
getUnsentMessageList
filters the message list based onsent
, which doesn't take into account receiving the toxcore receipt for the message from the friend. I believereceived
should be the filter instead.I'll test this out soon™
The text was updated successfully, but these errors were encountered: