mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-03 01:57:18 +00: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 %}
|
{% endif %}
|
||||||
{% if matrix_client_element_jitsi_preferredDomain %},
|
{% if matrix_client_element_jitsi_preferredDomain %},
|
||||||
"io.element.jitsi": {
|
"io.element.jitsi": {
|
||||||
"preferred_domain": {{ matrix_client_element_jitsi_preferredDomain|to_json }}
|
"preferredDomain": {{ matrix_client_element_jitsi_preferredDomain|to_json }}
|
||||||
},
|
},
|
||||||
"im.vector.riot.jitsi": {
|
"im.vector.riot.jitsi": {
|
||||||
"preferred_domain": {{ matrix_client_element_jitsi_preferredDomain|to_json }}
|
"preferredDomain": {{ matrix_client_element_jitsi_preferredDomain|to_json }}
|
||||||
}
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if matrix_sliding_sync_enabled %},
|
{% if matrix_sliding_sync_enabled %},
|
||||||
|
Loading…
Reference in New Issue
Block a user