浏览代码

fix linter

pull/3543/head
Aine 1年前
父节点
当前提交
f668af7475
找不到此签名对应的密钥 GPG 密钥 ID: 34969C908CCA2804
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/custom/matrix-synapse-admin/defaults/main.yml

+ 1
- 1
roles/custom/matrix-synapse-admin/defaults/main.yml 查看文件

@@ -179,4 +179,4 @@ matrix_synapse_admin_config_restrictBaseUrl: "{{ [matrix_homeserver_url] }}" #
# restricts modifications of the specified users (e.g., bridge-managed).
# You should use JS regex syntax to match the user IDs.
# Example for mautrix-telegram: ["^@telegram_[a-zA-Z0-9]+:example\\.com$"]
matrix_synapse_admin_config_asManagedUsers: [] #noqa var-naming
matrix_synapse_admin_config_asManagedUsers: [] # noqa var-naming

正在加载...
取消
保存