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 9ed2e13 commit 5ac3ab7Copy full SHA for 5ac3ab7
crates/matrix-sdk-base/src/room/encryption.rs
@@ -33,7 +33,7 @@ impl Room {
33
#[derive(Debug)]
34
#[cfg_attr(feature = "uniffi", derive(uniffi::Enum))]
35
pub enum EncryptionState {
36
- /// The room is encrypted, not including state events.
+ /// The room is encrypted, excluding state events.
37
Encrypted,
38
39
/// The room is encrypted, including state events.
0 commit comments