From 9e179d74ae32b2fb01ab5578a697286c6c173cc0 Mon Sep 17 00:00:00 2001 From: Catalan Lover <48515417+FSG-Cat@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:29:40 +0100 Subject: [PATCH] Change Room IDs found in code review to not conform to playbook standard. Co-authored-by: Suguru Hirahara --- docs/configuring-playbook-bot-draupnir.md | 2 +- roles/custom/matrix-bot-draupnir/templates/production.yaml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuring-playbook-bot-draupnir.md b/docs/configuring-playbook-bot-draupnir.md index beba67434..df016c116 100644 --- a/docs/configuring-playbook-bot-draupnir.md +++ b/docs/configuring-playbook-bot-draupnir.md @@ -164,7 +164,7 @@ matrix_bot_draupnir_configuration_extension_yaml: | # # If you need something more special, you can take full control by # completely redefining `matrix_bot_draupnir_configuration_yaml`. - acceptInvitesFromSpace: "!example:example.org" + acceptInvitesFromSpace: "!qporfwt:example.com" ``` ### Migrating from Mjolnir (Only required if migrating) diff --git a/roles/custom/matrix-bot-draupnir/templates/production.yaml.j2 b/roles/custom/matrix-bot-draupnir/templates/production.yaml.j2 index 378404af5..46a412076 100644 --- a/roles/custom/matrix-bot-draupnir/templates/production.yaml.j2 +++ b/roles/custom/matrix-bot-draupnir/templates/production.yaml.j2 @@ -49,7 +49,7 @@ autojoinOnlyIfManager: true # If `autojoinOnlyIfManager` is false, only the members in this space can invite # the bot to new rooms. -#acceptInvitesFromSpace: "!example:example.org" +#acceptInvitesFromSpace: "!qporfwt:example.com" # Whether Draupnir should report ignored invites to the management room (if autojoinOnlyIfManager is true). recordIgnoredInvites: false