Correct regex in matrix_appservice_webhooks_registration_yaml

master
Björn Marten 2020-01-13 17:30:39 +01:00
parent 80e4eb9ab7
commit f9d518796b
1 changed files with 1 additions and 1 deletions

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 }}"