From 02e0c2c3e051c78884898f0060c45ace9e81e3c4 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 10 Oct 2024 03:45:16 +0900 Subject: [PATCH] =?UTF-8?q?Edit=20user=20identifier=20example:=20DOMAIN=20?= =?UTF-8?q?=E2=86=92=20{{=20matrix=5Fdomain=20}}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-bot-buscarron.md | 2 +- docs/configuring-playbook-bot-honoroit.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuring-playbook-bot-buscarron.md b/docs/configuring-playbook-bot-buscarron.md index fc9c28675..e04ce58e2 100644 --- a/docs/configuring-playbook-bot-buscarron.md +++ b/docs/configuring-playbook-bot-buscarron.md @@ -44,7 +44,7 @@ matrix_bot_buscarron_password: PASSWORD_FOR_THE_BOT # Adjust accepted forms matrix_bot_buscarron_forms: - name: contact # (mandatory) Your form name, will be used as endpoint, eg: buscarron.DOMAIN/contact - room: "!yourRoomID:DOMAIN" # (mandatory) Room ID where form submission will be posted + room: "!yourRoomID:{{ matrix_domain }}" # (mandatory) Room ID where form submission will be posted redirect: https://DOMAIN # (mandatory) To what page user will be redirected after the form submission ratelimit: 1r/m # (optional) rate limit of the form, format: r/, eg: 1r/s or 54r/m hasemail: 1 # (optional) form has "email" field that should be validated diff --git a/docs/configuring-playbook-bot-honoroit.md b/docs/configuring-playbook-bot-honoroit.md index 459f7be4d..9f88ee8dd 100644 --- a/docs/configuring-playbook-bot-honoroit.md +++ b/docs/configuring-playbook-bot-honoroit.md @@ -25,7 +25,7 @@ matrix_bot_honoroit_enabled: true matrix_bot_honoroit_password: PASSWORD_FOR_THE_BOT # Adjust this to your room ID -matrix_bot_honoroit_roomid: "!yourRoomID:DOMAIN" +matrix_bot_honoroit_roomid: "!yourRoomID:{{ matrix_domain }}" ```