1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test
Anthony Bilinski 9ac44ee09c
fix(history): Replace invalid Tox ID saved in peers table with Tox public key
Due to an old bug that has since be fixed, old history dbs can contain both a
Tox ID version and Tox public key version of the same friend, and always
themselves. They could have n more duplicates if they've updated their nospam.

Tox ID is an invalid length to be stored in strongly typed ToxPk, and in
general having multiple entries belonging to the same user effectively violates
our UNIQUE constraint on public_key.

Introduced in 7168d2b858

Fix #6485
2022-02-20 14:27:33 -08:00
..
chatlog chore(review): Copyright notice cleanup 2021-11-21 16:19:22 -08:00
core fix(CI): Fix memory leak in core_test 2022-02-17 20:10:38 -08:00
mock refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
model chore(cleanup): Minor cleanup to contact management test 2022-02-17 17:17:48 -08:00
net refactor(Paths): Remove Paths factory to enable copy construction 2022-02-16 20:15:46 -08:00
persistence fix(history): Replace invalid Tox ID saved in peers table with Tox public key 2022-02-20 14:27:33 -08:00
platform docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
widget feat(filesform): Add in progress transfers to files form 2021-12-11 15:38:35 -08:00