From 2604786cb6fcf1c541000a971c59d709ef12abf5 Mon Sep 17 00:00:00 2001 From: Paul Fariello Date: Fri, 7 Jun 2019 23:44:26 +0200 Subject: Decrypt all incoming OMEMO msg Trust all key as long as it's for reading. This code isn't multithread safe. --- src/omemo/store.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/omemo/store.h') diff --git a/src/omemo/store.h b/src/omemo/store.h index fd52c0b9..f3a9274a 100644 --- a/src/omemo/store.h +++ b/src/omemo/store.h @@ -48,6 +48,7 @@ typedef struct { signal_buffer *private; uint32_t registration_id; GHashTable *trusted; + bool recv; } identity_key_store_t; GHashTable * session_store_new(void); -- cgit 1.4.1-2-gfad0