mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user