Skip to content

Commit

Permalink
CodeReview: Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Aug 5, 2024
1 parent 30f384c commit 66d6e45
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions crates/matrix-sdk-crypto/src/identities/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,10 @@ pub struct OtherUserIdentityData {
pub(crate) master_key: Arc<MasterPubkey>,
self_signing_key: Arc<SelfSigningPubkey>,
pinned_master_key: Arc<RwLock<MasterPubkey>>,
/// This tracks whether we've verified this user with any identity at
/// any point in time on this device. To use it in the future to detect
/// cases where the user has become unverified for any reason.
/// This tracks whether this olm machine has already seen this user as
/// verified. To use it in the future to detect cases where the user has
/// become unverified for any reason. This can be reset using
/// [`OtherUserIdentityData::withdraw_verification()`].
previously_verified: Arc<AtomicBool>,
}

Expand Down

0 comments on commit 66d6e45

Please sign in to comment.