From 0eb1f82adab49f89780b72872f9728ebe63508cc Mon Sep 17 00:00:00 2001 From: Thatoo Date: Thu, 19 Oct 2023 11:08:52 +0200 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config_panel.toml b/config_panel.toml index 28c208f..5bb644c 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -98,6 +98,15 @@ 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?"