From a373b689430d61b95e82d760915e6987b778d2b6 Mon Sep 17 00:00:00 2001 From: Thatoo Date: Fri, 20 Oct 2023 12:25:29 +0200 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 5bb644c..28c208f 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -98,15 +98,6 @@ services = ["matrix-__APP__"] choices = ["all", "invite", "off"] help = "Note that encryption can always be turned on manually, even after creation." bind = "encryption_enabled_by_default_for_room_type:/etc/matrix-__APP__/homeserver.yaml" - - [main.privacy.e2e_enabled_by_default_in_element] - ask = "End-to-End Encryption when new DM created with an other user who has encryption key" - type = "boolean" - yes = "true" - no = "false" - help = "Note that encryption can always be turned on manually, even after creation." - bind = ":/etc/matrix-__APP__/homeserver.yaml" - visible = 'e2e_enabled_by_default == "off"' [main.privacy.allow_public_rooms_over_federation] ask = "Access Public Rooms Directory over Federation?"