Browse Source

Correct regex in matrix_appservice_webhooks_registration_yaml

pull/339/head
Björn Marten 6 years ago
parent
commit
f9d518796b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-bridge-appservice-webhooks/defaults/main.yml

+ 1
- 1
roles/matrix-bridge-appservice-webhooks/defaults/main.yml View File

@@ -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…
Cancel
Save