3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-15 21:34:45 +00:00

Add support for telling Riot to not default to E2EE

Related to https://github.com/vector-im/riot-web/pull/13914
This commit is contained in:
Slavi Pantaleev
2020-06-24 11:38:51 +03:00
parent d44541ff6e
commit 5c5f1c6ab9
2 changed files with 10 additions and 0 deletions

View File

@@ -23,4 +23,9 @@
"preferredDomain": {{ matrix_riot_jitsi_preferredDomain|to_json }}
}
{% endif %}
{% if not matrix_riot_e2ee_default %},
"im.vector.riot.e2ee": {
"default": false
}
{% endif %}
}