summary refs log tree commit diff
path: root/src/CacheCryptoStructs.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-08-14 02:41:34 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-08-14 02:41:34 +0200
commit110fef5c68d8a65ecc0faaee3db26c3b7d9c5821 (patch)
tree99ed1babb43ba3506174fbe5a8ecdb2a4a21fc62 /src/CacheCryptoStructs.h
parentEnsure device signatures always get verified on device update (diff)
downloadnheko-110fef5c68d8a65ecc0faaee3db26c3b7d9c5821.tar.xz
Request keys when opening a room for the first time
Diffstat (limited to 'src/CacheCryptoStructs.h')
-rw-r--r--src/CacheCryptoStructs.h2
1 files changed, 2 insertions, 0 deletions
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<std::string, crypto::Trust> 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