about summary refs log tree commit diff stats
path: root/src/omemo/store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/omemo/store.h')
-rw-r--r--src/omemo/store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/omemo/store.h b/src/omemo/store.h
index 628b1df9..a1524c62 100644
--- a/src/omemo/store.h
+++ b/src/omemo/store.h
@@ -49,7 +49,7 @@ typedef struct {
    uint32_t registration_id;
    GHashTable *trusted;
    bool recv;
-   bool trusted;
+   bool trusted_msg;
 } identity_key_store_t;
 
 GHashTable * session_store_new(void);