Use |to_json
This commit is contained in:
parent
5eff67371d
commit
5987589436
@ -1050,10 +1050,10 @@ max_upload_size: "{{ matrix_synapse_max_upload_size_mb }}M"
|
|||||||
|
|
||||||
media_retention:
|
media_retention:
|
||||||
{% if matrix_synapse_media_retention_local_media_lifetime|length > 0 %}
|
{% if matrix_synapse_media_retention_local_media_lifetime|length > 0 %}
|
||||||
local_media_lifetime: "{{ matrix_synapse_media_retention_local_media_lifetime }}"
|
local_media_lifetime: {{ matrix_synapse_media_retention_local_media_lifetime|to_json }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if matrix_synapse_media_retention_remote_media_lifetime|length > 0 %}
|
{% if matrix_synapse_media_retention_remote_media_lifetime|length > 0 %}
|
||||||
remote_media_lifetime: "{{ matrix_synapse_media_retention_remote_media_lifetime }}"
|
remote_media_lifetime: {{ matrix_synapse_media_retention_remote_media_lifetime|to_json }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Maximum number of pixels that will be thumbnailed
|
# Maximum number of pixels that will be thumbnailed
|
||||||
|
Loading…
Reference in New Issue
Block a user