Mark messages received from a session as trusted

This commit is contained in:
Paul Fariello
2019-06-25 06:23:57 +02:00
parent 684fdf68ac
commit f081766913
3 changed files with 25 additions and 10 deletions

View File

@@ -49,7 +49,6 @@ typedef struct {
uint32_t registration_id;
GHashTable *trusted;
bool recv;
bool trusted_msg;
} identity_key_store_t;
GHashTable * session_store_new(void);