소스 검색

Set Riot's enable_presence_by_hs_url to false if presence is disabled

pull/147/head
Aaron Raimist 7 년 전
부모
커밋
5586eaddef
No known key found for this signature in database GPG 키 ID: 37419210002890EF
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      roles/matrix-riot-web/templates/config.json.j2

+ 5
- 0
roles/matrix-riot-web/templates/config.json.j2 파일 보기

@@ -14,6 +14,11 @@
"servers": {{ matrix_riot_web_roomdir_servers|to_json }}
},
"welcomeUserId": {{ matrix_riot_web_welcome_user_id|to_json }},
{% if matrix_synapse_use_presence|to_json %}
"enable_presence_by_hs_url": {
{{ matrix_riot_web_default_hs_url|to_json }}: false
},
{% endif %}
"embeddedPages": {
"homeUrl": {{ matrix_riot_web_embedded_pages_home_url|to_json }}
}


불러오는 중...
취소
저장