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 126cf37 commit c9f4f46Copy full SHA for c9f4f46
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