mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 04:37:36 +01:00
Partially revert (preferredDomain -> preferred_domain) renaming
Partially reverts 0a6b934a44
.
`preferred_domain` is only used by Element and does not apply to the
`/.well-known/matrix/client` file.
This commit is contained in:
parent
0b47bff1e3
commit
6d9a990657
@ -20,10 +20,10 @@
|
||||
{% endif %}
|
||||
{% if matrix_client_element_jitsi_preferredDomain %},
|
||||
"io.element.jitsi": {
|
||||
"preferred_domain": {{ matrix_client_element_jitsi_preferredDomain|to_json }}
|
||||
"preferredDomain": {{ matrix_client_element_jitsi_preferredDomain|to_json }}
|
||||
},
|
||||
"im.vector.riot.jitsi": {
|
||||
"preferred_domain": {{ matrix_client_element_jitsi_preferredDomain|to_json }}
|
||||
"preferredDomain": {{ matrix_client_element_jitsi_preferredDomain|to_json }}
|
||||
}
|
||||
{% endif %}
|
||||
{% if matrix_sliding_sync_enabled %},
|
||||
|
Loading…
Reference in New Issue
Block a user