1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test
Anthony Bilinski f777aa885c
fix(history): Heal invalid resume_file_id's saved to history
Replace underlength resume_file_id's with arbitrary data. Loaded file IDs are
not used for anything at this time, but they should not be null nor invalid.
Any 32-byte value is valid, so use all 0's for consistency.

Fix #6553
2022-03-25 16:47:52 -07:00
..
chatlog refactor: Comply with Wpedantic 2022-03-11 10:08:02 -08:00
core refactor(model): Rename Contact and ContactId to Chat and ChatId 2022-03-14 12:44:37 -07:00
mock chore(build): Enable all warnings on qTox libraries as well 2022-03-24 04:19:41 -07:00
model refactor(style): Match declaration and definition argument names 2022-03-15 08:19:53 -07:00
net refactor(Paths): Remove Paths factory to enable copy construction 2022-02-16 20:15:46 -08:00
persistence fix(history): Heal invalid resume_file_id's saved to history 2022-03-25 16:47:52 -07:00
platform refactor(style): Match declaration and definition argument names 2022-03-15 08:19:53 -07:00
widget refactor: Comply with Wunused-parameter 2022-03-11 10:07:57 -08:00