mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 19:26:21 +00:00
Add trusted state after OMEMO decryption
Use it to print message on red background if not trusted.
This commit is contained in:
@@ -49,6 +49,7 @@ typedef struct {
|
||||
uint32_t registration_id;
|
||||
GHashTable *trusted;
|
||||
bool recv;
|
||||
bool trusted;
|
||||
} identity_key_store_t;
|
||||
|
||||
GHashTable * session_store_new(void);
|
||||
|
||||
Reference in New Issue
Block a user