From 110fef5c68d8a65ecc0faaee3db26c3b7d9c5821 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 14 Aug 2021 02:41:34 +0200 Subject: Request keys when opening a room for the first time --- src/CacheCryptoStructs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CacheCryptoStructs.h') diff --git a/src/CacheCryptoStructs.h b/src/CacheCryptoStructs.h index a992fe79..6c402674 100644 --- a/src/CacheCryptoStructs.h +++ b/src/CacheCryptoStructs.h @@ -117,6 +117,8 @@ struct VerificationStatus std::map verified_device_keys; //! Count of unverified devices int unverified_device_count = 0; + // if the keys are not in cache + bool no_keys = false; }; //! In memory cache of verification status -- cgit 1.5.1