Pārlūkot izejas kodu

Fix regex in matrix_appservice_webhooks_registration_yaml

pull/343/head
David Gnedt pirms 6 gadiem
vecāks
revīzija
73d0bf7170
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      roles/matrix-bridge-appservice-webhooks/defaults/main.yml

+ 1
- 1
roles/matrix-bridge-appservice-webhooks/defaults/main.yml Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt