Update to 2022-06-14 18:00

This commit is contained in:
Daniel Berteaud 2022-06-14 18:00:13 +02:00
parent 5ce4c0580c
commit 1e9105650c
2 changed files with 8 additions and 2 deletions

View File

@ -5,8 +5,8 @@
element_id: element
# Version to deploy, and expected sha256
element_version: 1.10.14
element_archive_sha256: 1251b2d25c6195f9fef2283e0b9cc93e7a7bedbb13119d6e7d14331d8fd6d650
element_version: 1.10.15
element_archive_sha256: a2c39b9cdb36ac3f4d028bf83edd4091cd54b27df73a91040ae99886ddbfd416
# Where to install element
element_root_dir: /opt/matrix/element
@ -28,3 +28,6 @@ element_manage_upgrade: True
# Jitsi server to use
# element_jitsi_server: jitsi.example.net
# MAP style URL to use to share position
element_map_style_url: https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx

View File

@ -35,5 +35,8 @@
{% endif %}
"UIFeature.registration": {{ (synapse_enable_registration | default(False)) | ternary('true', 'false') }}
},
{% if element_map_style_url is defined and element_map_style_url != '' %}
"map_style_url": "{{ element_map_style_url }}",
{% endif %}
"happyJson": true
}