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

matrix: Use matrix_server_name some more

parent 8c5ec566
No related branches found
No related tags found
No related merge requests found
......@@ -1314,7 +1314,7 @@ account_threepid_delegates:
# homeserver. This behaviour can be customised with the settings below.
#
auto_join_rooms:
- "#archlinux:archlinux.org"
- "#archlinux:{{ matrix_server_name }}"
# Where auto_join_rooms are specified, setting this flag ensures that the
# the rooms exist by creating them when the first user on the
......@@ -2192,7 +2192,7 @@ email:
# Note that the placeholder must be written '%(app)s', including the
# trailing 's'.
#
notif_from: "Arch Linux %(app)s server <noreply@archlinux.org>"
notif_from: "Arch Linux %(app)s server <noreply@{{ matrix_server_name }}>"
# app_name defines the default value for '%(app)s' in notif_from and email
# subjects. It defaults to 'Matrix'.
......
......@@ -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:archlinux.org"
acceptInvitesFromGroup: "+archlinux:{{ matrix_server_name }}"
# 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
......@@ -38,7 +38,7 @@ recordIgnoredInvites: true
# anyone in this room can use the bot - secure your room!
# This should be a room alias or room ID - not a matrix.to URL.
# Note: Mjolnir is fairly verbose - expect a lot of messages from it.
managementRoom: "#mjolnir:archlinux.org"
managementRoom: "#mjolnir:{{ matrix_server_name }}"
# Set to false to make the management room a bit quieter.
verboseLogging: false
......@@ -77,7 +77,7 @@ automaticallyRedactForReasons:
# A list of rooms to protect (matrix.to URLs)
protectedRooms:
- "https://matrix.to/#/#archlinux:archlinux.org"
- "https://matrix.to/#/#archlinux:{{ 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
......
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