Peerstate.verifier fixes

Derive Debug, PartialEq and Eq for Peerstate,
so `verifier` is included in Debug output and compared.

Store verifier as empty string
instead of NULL in the database.
This commit is contained in:
link2xt
2023-01-17 13:57:27 +00:00
parent ed24867309
commit e43b36b61f
3 changed files with 26 additions and 40 deletions

View File

@@ -7,6 +7,7 @@
- fix verifier-by addr was empty string intead of None #3961
- Emit DC_EVENT_MSGS_CHANGED for DC_CHAT_ID_ARCHIVED_LINK when the number of archived chats with
unread messages increases #3959
- Fix Peerstate comparison #3962
### API-Changes
- jsonrpc: add verified-by information to `Contact`-Object