List a sentinel value for encryption_enabled_by_default to avoid confusion.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -602,6 +602,7 @@ pub struct Config {
|
||||
/// - "all": All created rooms are encrypted.
|
||||
/// - "invite": Any room created with `private_chat` or
|
||||
/// `trusted_private_chat` presets.
|
||||
/// - "none": Explicit value for no effect.
|
||||
/// - Other values default to no effect.
|
||||
#[serde(default)]
|
||||
pub encryption_enabled_by_default_for_room_type: Option<String>,
|
||||
|
||||
@@ -472,6 +472,7 @@
|
||||
# - "all": All created rooms are encrypted.
|
||||
# - "invite": Any room created with `private_chat` or
|
||||
# `trusted_private_chat` presets.
|
||||
# - "none": Explicit value for no effect.
|
||||
# - Other values default to no effect.
|
||||
#
|
||||
#encryption_enabled_by_default_for_room_type = false
|
||||
|
||||
Reference in New Issue
Block a user