1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test
Anthony Bilinski b28dc30061
fix(history): move stuck pending message into broken_messages table
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.
2019-10-20 02:34:47 -07:00
..
chatlog docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
core docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
model refactor(Qt): use 'QLatin1String' instead of 'QLatin1Literal' part 2 2019-10-09 23:19:27 -07:00
net Merge pull request #5722 2019-06-28 09:00:13 +02:00
persistence fix(history): move stuck pending message into broken_messages table 2019-10-20 02:34:47 -07:00
platform docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00