瀏覽代碼

Merge pull request #2309 from etkecc/patch-130

fix hookshot role
pull/2311/head
Slavi Pantaleev 3 年之前
committed by GitHub
父節點
當前提交
5e595611fe
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/custom/matrix-bridge-hookshot/templates/registration.yml.j2

+ 1
- 1
roles/custom/matrix-bridge-hookshot/templates/registration.yml.j2 查看文件

@@ -18,7 +18,7 @@ namespaces:
exclusive: true exclusive: true
{% endif %} {% endif %}
{% if matrix_hookshot_generic_enabled %} {% if matrix_hookshot_generic_enabled %}
- regex: "@{{ matrix_hookshot_generic_user_id_prefix }}.*:{{ matrix_domain }}" # Where foobar is your homeserver's domain // depending on userIdPrefix setting in conf
- regex: "@{{ matrix_hookshot_generic_userIdPrefix }}.*:{{ matrix_domain }}" # Where foobar is your homeserver's domain // depending on userIdPrefix setting in conf
exclusive: true exclusive: true
{% endif %} {% endif %}
aliases: aliases:


Loading…
取消
儲存