Skip to content

Commit 189fda7

Browse files
committed
fixup! crypto: Provide EncryptionState to hold reasons why events were UTD
1 parent b3e0a96 commit 189fda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk-common/src/deserialized_responses.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ pub enum EncryptionState {
307307
pub enum UtdReason {
308308
FromInsecureDevice,
309309
IdentityViolation,
310-
/// The key was deliberately withheld. Contains the witheld code e.g.
310+
/// The key was deliberately withheld. Contains the withheld code e.g.
311311
/// "m.unverified" or "m.unavailable".
312312
KeyWithheld(String),
313313
Other,

0 commit comments

Comments
 (0)