1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Update config_panel.toml

This commit is contained in:
Thatoo 2023-10-19 11:08:52 +02:00 committed by GitHub
parent 3e4d9b5bc6
commit 0eb1f82ada
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,15 @@ services = ["matrix-__APP__"]
choices = ["all", "invite", "off"] choices = ["all", "invite", "off"]
help = "Note that encryption can always be turned on manually, even after creation." 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" 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] [main.privacy.allow_public_rooms_over_federation]
ask = "Access Public Rooms Directory over Federation?" ask = "Access Public Rooms Directory over Federation?"