From 9b712d29d32f4dd60fcd61054a756c71ef33af71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20HANNEBERT?= Date: Wed, 30 Nov 2022 22:12:08 +0100 Subject: [PATCH] config_panel use existing encryption setting, change type to bool --- config_panel.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index aa7ad24..004a554 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -6,9 +6,9 @@ name = "Mautrix Signal configuration" [bind.encryption] name = "Manage encryption" - [bind.encryption.allowed] + [bind.encryption.encryption] ask = "Do you want to allow the use of encrypted room with Mautrix Signal Bridge? " - type = "string" + type = "boolean" help = "Allow encryption, work in group chat rooms with e2ee enabled. Values possible are 'true' or 'false'." bind = ":__FINALPATH__//config.yaml"