浏览代码

Merge pull request #3341 from igogold/master

Fix for 'enable_presence_by_hs_url' Element config option.
pull/3342/head
Slavi Pantaleev 2 年前
committed by GitHub
父节点
当前提交
1b97d9f439
找不到此签名对应的密钥 GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      group_vars/matrix_servers

+ 2
- 2
group_vars/matrix_servers 查看文件

@@ -4049,7 +4049,7 @@ matrix_client_element_self_check_validate_certificates: "{{ matrix_playbook_ssl_

matrix_client_element_registration_enabled: "{{ matrix_synapse_enable_registration }}"

matrix_client_element_enable_presence_by_hs_url: |
matrix_client_element_enable_presence_by_hs_url: |-
{{
none
if matrix_synapse_presence_enabled
@@ -4166,7 +4166,7 @@ matrix_client_schildichat_self_check_validate_certificates: "{{ matrix_playbook_

matrix_client_schildichat_registration_enabled: "{{ matrix_synapse_enable_registration }}"

matrix_client_schildichat_enable_presence_by_hs_url: |
matrix_client_schildichat_enable_presence_by_hs_url: |-
{{
none
if matrix_synapse_presence_enabled


正在加载...
取消
保存