浏览代码

added auto_join_rooms: variable

pull/2255/head
Array in a Matrix 3 年前
committed by GitHub
父节点
当前提交
88f92afcea
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      roles/custom/matrix-dendrite/defaults/main.yml

+ 2
- 0
roles/custom/matrix-dendrite/defaults/main.yml 查看文件

@@ -194,3 +194,5 @@ matrix_dendrite_configuration_extension: "{{ matrix_dendrite_configuration_exten
# Holds the final Dendrite configuration (a combination of the default and its extension).
# You most likely don't need to touch this variable. Instead, see `matrix_dendrite_configuration_yaml`.
matrix_dendrite_configuration: "{{ matrix_dendrite_configuration_yaml | from_yaml | combine(matrix_dendrite_configuration_extension, recursive=True) }}"

auto_join_rooms: []

正在加载...
取消
保存