matrix: Remove unused variable

This commit is contained in:
saibotk 2020-09-27 04:35:36 +02:00
parent f6bd0108e3
commit 7a3c1c712c
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

View file

@ -59,9 +59,6 @@ matrix_elementweb_domain: element.example.com
matrix_elementweb_base_url: "https://{{ matrix_synapse_domain }}" matrix_elementweb_base_url: "https://{{ matrix_synapse_domain }}"
matrix_elementweb_servername: "{{ matrix_synapse_servername }}" matrix_elementweb_servername: "{{ matrix_synapse_servername }}"
# Should the registration button on welcome page be shown?
matrix_elementweb_registration_enabled: false
# Controls whether Element shows the presence feature for all (empty list) or specific servers (key = value list with the key being the server url) # Controls whether Element shows the presence feature for all (empty list) or specific servers (key = value list with the key being the server url)
matrix_elementweb_enable_presence_by_hs_url: [] matrix_elementweb_enable_presence_by_hs_url: []