1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test
Anthony Bilinski 746314baf2
fix(history): move stuck action messages to broken_messages table
Before a bug in qTox would make it possible for a user to try to send an empty
action type message. This would fail to send at toxcore, but still be persisted
in history, causing it to fail every time FauxOfflineEngine tried to resend
it. Moving these stuck messages into the broke_messages table will stop qTox
from attempting to deliver them on each connect, and display in the GUI to
users that the messages aren't really pending anymore.
2019-10-20 02:35:20 -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 action messages to broken_messages table 2019-10-20 02:35:20 -07:00
platform docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00