mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
9ac44ee09c
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
|
||
---|---|---|
.. | ||
dbschema_test.cpp | ||
offlinemsgengine_test.cpp | ||
paths_test.cpp | ||
smileypack_test.cpp |