mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
b28dc30061
Fix #5776 Due to a long standing bug, faux offline message have been able to become stuck going back years. Because of recent fixes to history loading, faux offline messages will correctly all be sent on connection, but this causes an issue of long stuck messages suddenly being delivered to a friend, out of context, creating a confusing interaction. To work around this, this upgrade moves any faux offline messages in a chat that are older than the last successfully delivered message, indicating they were stuck, to a new table, `broken_messages`, preventing them from ever being sent in the future. |
||
---|---|---|
.. | ||
chatlog | ||
core | ||
model | ||
net | ||
persistence | ||
platform |