Request keys when opening a room for the first time
This commit is contained in:
parent
13633c7644
commit
110fef5c68
2 changed files with 28 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue