Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
9b4bf337
Verified
Commit
9b4bf337
authored
Oct 05, 2021
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Remove static room protection config
parent
d7327a4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/matrix/templates/mjolnir.yaml.j2
View file @
9b4bf337
...
...
@@ -27,7 +27,7 @@ autojoinOnlyIfManager: true
# If `autojoinOnlyIfManager` is false, only the members in this group can invite
# the bot to new rooms.
acceptInvitesFromGroup
:
"
+archlinux:{{
matrix_server_name
}}"
acceptInvitesFromGroup
:
'
+example:example.org'
# If the bot is invited to a room and it won't accept the invite (due to the
# conditions above), report it to the management room. Defaults to disabled (no
...
...
@@ -77,9 +77,7 @@ automaticallyRedactForReasons:
-
"
redact:*"
# A list of rooms to protect (matrix.to URLs)
protectedRooms
:
-
"
https://matrix.to/#/#archlinux:{{
matrix_server_name
}}"
-
"
https://matrix.to/#/#offtopic:{{
matrix_server_name
}}"
protectedRooms
:
[]
# 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment