Serialize the ContactManager
Review Request #2054 — Created Nov. 10, 2022 and updated — Latest diff uploaded
This is saved in a SQLite database inside the user config directory named
contacts.db
. It does its best to synchronize withPurpleBuddy
, but not
everything emits a signal when it changes.Also, stuff like custom avatars are ignored as those are currently store
on the Contact and we don't have a mapping toPurplePerson
yet.
Ran with the demo account and verified everything about the contacts was stored via the sqlite3 command line.