From 938113187d93e0463bdde8780da260a0a2a1ee73 Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
Date: Thu, 1 Jul 2021 20:20:28 +0200
Subject: [PATCH] matrix: Update list of protected rooms

---
 roles/matrix/templates/mjolnir.yaml.j2 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roles/matrix/templates/mjolnir.yaml.j2 b/roles/matrix/templates/mjolnir.yaml.j2
index 7ca80b4be..989956a92 100644
--- a/roles/matrix/templates/mjolnir.yaml.j2
+++ b/roles/matrix/templates/mjolnir.yaml.j2
@@ -79,6 +79,7 @@ automaticallyRedactForReasons:
 # A list of rooms to protect (matrix.to URLs)
 protectedRooms:
   - "https://matrix.to/#/#archlinux:{{ matrix_server_name }}"
+  - "https://matrix.to/#/#offtopic:{{ matrix_server_name }}"
 
 # Set this option to true to protect every room the bot is joined to. Note that
 # this effectively makes the protectedRooms and associated commands useless because
-- 
GitLab