소스 검색

Simplify auto_join_mxid_localpart population

pull/3385/head
Slavi Pantaleev 1 년 전
committed by GitHub
부모
커밋
4aa3345db0
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -3
      roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 1
- 3
roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 파일 보기

@@ -1541,9 +1541,7 @@ autocreate_auto_join_rooms: {{ matrix_synapse_autocreate_auto_join_rooms|to_json
# Note that, if the room already exists, this user must be joined and # Note that, if the room already exists, this user must be joined and
# have the appropriate permissions to invite new members. # have the appropriate permissions to invite new members.
# #
{% if matrix_synapse_auto_join_mxid_localpart %}
auto_join_mxid_localpart: {{ matrix_synapse_auto_join_mxid_localpart }}
{% endif %}
auto_join_mxid_localpart: {{ matrix_synapse_auto_join_mxid_localpart | to_json }}


# When auto_join_rooms is specified, setting this flag to false prevents # When auto_join_rooms is specified, setting this flag to false prevents
# guest accounts from being automatically joined to the rooms. # guest accounts from being automatically joined to the rooms.


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