We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035d319 commit 046bfa9Copy full SHA for 046bfa9
crates/matrix-sdk/src/encryption/mod.rs
@@ -681,7 +681,7 @@ impl Client {
681
Ok(olm.import_keys(import, false, |_, _| {}).await?)
682
}
683
684
- /// Tries to decrypt a `AnyRoomEvent`. Returns unencrypted room event when
+ /// Tries to decrypt a `AnyRoomEvent`. Returns undecrypted room event when
685
/// decryption fails.
686
#[cfg(feature = "encryption")]
687
pub(crate) async fn decrypt_room_event(
0 commit comments