Explorar el Código

Correct regex in matrix_appservice_webhooks_registration_yaml

pull/339/head
Björn Marten hace 6 años
padre
commit
f9d518796b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-bridge-appservice-webhooks/defaults/main.yml

+ 1
- 1
roles/matrix-bridge-appservice-webhooks/defaults/main.yml Ver fichero

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


Cargando…
Cancelar
Guardar