瀏覽代碼

dendrite: enable MSC2946 (Spaced Summary) by default

pull/2052/head
Shaleen Jain 3 年之前
父節點
當前提交
446e478d4a
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      roles/matrix-dendrite/templates/dendrite/dendrite.yaml.j2

+ 2
- 1
roles/matrix-dendrite/templates/dendrite/dendrite.yaml.j2 查看文件

@@ -293,7 +293,8 @@ mscs:
# Currently valid values are: # Currently valid values are:
# - msc2836 (Threading, see https://github.com/matrix-org/matrix-doc/pull/2836) # - msc2836 (Threading, see https://github.com/matrix-org/matrix-doc/pull/2836)
# - msc2946 (Spaces Summary, see https://github.com/matrix-org/matrix-doc/pull/2946) # - msc2946 (Spaces Summary, see https://github.com/matrix-org/matrix-doc/pull/2946)
mscs: []
mscs:
- msc2946
database: database:
connection_string: {{ matrix_dendrite_database_str }}/{{ matrix_dendrite_mscs_database }}?sslmode=disable connection_string: {{ matrix_dendrite_database_str }}/{{ matrix_dendrite_mscs_database }}?sslmode=disable
max_open_conns: 5 max_open_conns: 5


Loading…
取消
儲存