From 5b5bb7fd8fff6b731be5222cb7704a3bf3428142 Mon Sep 17 00:00:00 2001 From: janonym1 <79254796+janonym1@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:00:39 +0100 Subject: [PATCH] set sender_localpart in registration.yml.j2 template to variable --- .../custom/matrix-bridge-hookshot/templates/registration.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-bridge-hookshot/templates/registration.yml.j2 b/roles/custom/matrix-bridge-hookshot/templates/registration.yml.j2 index 0f76b1c05..e45132503 100644 --- a/roles/custom/matrix-bridge-hookshot/templates/registration.yml.j2 +++ b/roles/custom/matrix-bridge-hookshot/templates/registration.yml.j2 @@ -25,7 +25,7 @@ namespaces: - regex: "#github_.+:{{ matrix_domain }}" exclusive: true -sender_localpart: hookshot +sender_localpart: {{ matrix_hookshot_bot_localpart }} url: "http://{{ matrix_hookshot_container_url }}:{{ matrix_hookshot_appservice_port }}" # This should match the bridge.port in your config file rate_limited: false