From 159daa7466010852e8039bfafe927e4b47bd3517 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 21 Oct 2024 21:58:53 +0900 Subject: [PATCH] Use a room alias on Matrix Specification "#matrix:example.org" is used as an example of a room alias on https://spec.matrix.org/v1.12/#room-aliases Signed-off-by: Suguru Hirahara --- roles/custom/matrix-bot-draupnir/templates/production.yaml.j2 | 2 +- roles/custom/matrix-bot-mjolnir/templates/production.yaml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/custom/matrix-bot-draupnir/templates/production.yaml.j2 b/roles/custom/matrix-bot-draupnir/templates/production.yaml.j2 index febf394e8..acb2c508b 100644 --- a/roles/custom/matrix-bot-draupnir/templates/production.yaml.j2 +++ b/roles/custom/matrix-bot-draupnir/templates/production.yaml.j2 @@ -109,7 +109,7 @@ automaticallyRedactForReasons: # # Note: These must be matrix.to URLs #protectedRooms: -# - "https://matrix.to/#/#yourroom:example.org" +# - "https://matrix.to/#/#matrix:example.org" # Whether or not to add all joined rooms to the "protected rooms" list # (excluding the management room and watched policy list rooms, see below). diff --git a/roles/custom/matrix-bot-mjolnir/templates/production.yaml.j2 b/roles/custom/matrix-bot-mjolnir/templates/production.yaml.j2 index 0d847694f..35aac3af4 100644 --- a/roles/custom/matrix-bot-mjolnir/templates/production.yaml.j2 +++ b/roles/custom/matrix-bot-mjolnir/templates/production.yaml.j2 @@ -103,7 +103,7 @@ automaticallyRedactForReasons: # # Note: These must be matrix.to URLs #protectedRooms: -# - "https://matrix.to/#/#yourroom:example.org" +# - "https://matrix.to/#/#matrix:example.org" # Whether or not to add all joined rooms to the "protected rooms" list # (excluding the management room and watched policy list rooms, see below).