소스 검색

Allow default room version to be configured

pull/201/head
Aaron Raimist 6 년 전
부모
커밋
483bdd8c01
No known key found for this signature in database GPG 키 ID: 37419210002890EF
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -0
      roles/matrix-synapse/defaults/main.yml
  2. +1
    -1
      roles/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 2
- 0
roles/matrix-synapse/defaults/main.yml 파일 보기

@@ -286,3 +286,5 @@ matrix_synapse_room_list_publication_rules:
alias: "*"
room_id: "*"
action: allow

matrix_synapse_default_room_version: "4"

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

@@ -82,7 +82,7 @@ use_presence: {{ matrix_synapse_use_presence|to_json }}
# For example, for room version 1, default_room_version should be set
# to "1".
#
#default_room_version: "4"
default_room_version: "{{ matrix_synapse_default_room_version|to_json }}"

# The GC threshold parameters to pass to `gc.set_threshold`, if defined
#


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