From f9d518796bc23c1ab4e275477d63e0632b725f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Marten?= Date: Mon, 13 Jan 2020 17:30:39 +0100 Subject: [PATCH] Correct regex in matrix_appservice_webhooks_registration_yaml --- roles/matrix-bridge-appservice-webhooks/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix-bridge-appservice-webhooks/defaults/main.yml b/roles/matrix-bridge-appservice-webhooks/defaults/main.yml index a317af186..cd675162c 100644 --- a/roles/matrix-bridge-appservice-webhooks/defaults/main.yml +++ b/roles/matrix-bridge-appservice-webhooks/defaults/main.yml @@ -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 }}"