1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_signal_ynh.git synced 2024-09-03 19:46:07 +02:00

config_panel use existing encryption setting, change type to bool

This commit is contained in:
Nathanaël HANNEBERT 2022-11-30 22:12:08 +01:00
parent b921dbc078
commit 9b712d29d3

View file

@ -6,9 +6,9 @@ name = "Mautrix Signal configuration"
[bind.encryption] [bind.encryption]
name = "Manage 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? " 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'." help = "Allow encryption, work in group chat rooms with e2ee enabled. Values possible are 'true' or 'false'."
bind = ":__FINALPATH__//config.yaml" bind = ":__FINALPATH__//config.yaml"