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