Skip to content
Snippets Groups Projects
Verified Commit 9b4bf337 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

matrix: Remove static room protection config

parent d7327a4a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment