浏览代码

Disable room federation by default

pull/5289/head
jasonlaguidice 2 个月前
父节点
当前提交
7d345bf3e9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/custom/matrix-bridge-rustpush/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bridge-rustpush/defaults/main.yml 查看文件

@@ -107,7 +107,7 @@ matrix_rustpush_bridge_homeserver_token: ''

# Whether or not created rooms should have federation enabled.
# If false, created portal rooms will never be federated.
matrix_rustpush_bridge_matrix_federate_rooms: true
matrix_rustpush_bridge_matrix_federate_rooms: false

# Database-related configuration fields.
#


正在加载...
取消
保存