瀏覽代碼

Correct regex in matrix_appservice_webhooks_registration_yaml

pull/339/head
Björn Marten 6 年之前
父節點
當前提交
f9d518796b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-bridge-appservice-webhooks/defaults/main.yml

+ 1
- 1
roles/matrix-bridge-appservice-webhooks/defaults/main.yml 查看文件

@@ -94,7 +94,7 @@ matrix_appservice_webhooks_registration_yaml: |
namespaces:
users:
- exclusive: true
regex: '@{{ matrix_appservice_webhooks_user_prefix }}.*'
regex: '@{{ matrix_appservice_webhooks_user_prefix }}*:{{ matrix_domain }}'
aliases: []
rooms: []
url: "{{ matrix_appservice_webhooks_appservice_url }}:{{ matrix_appservice_webhooks_matrix_port }}"


Loading…
取消
儲存