Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
cadfd2c5
Verified
Commit
cadfd2c5
authored
Aug 19, 2020
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Auto-join new users to a couple of rooms
parent
c115bbf0
Pipeline
#1096
failed with stage
in 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/matrix/templates/homeserver.yaml.j2
View file @
cadfd2c5
...
...
@@ -1230,8 +1230,10 @@ account_threepid_delegates:
# as a publicly joinable room when the first user registers for the
# homeserver. This behaviour can be customised with the settings below.
#
#auto_join_rooms:
# - "#example:example.com"
auto_join_rooms
:
-
"
#archlinux:archlinux.org"
-
"
#internal:archlinux.org"
-
"
#staff:archlinux.org"
# Where auto_join_rooms are specified, setting this flag ensures that the
# the rooms exist by creating them when the first user on the
...
...
@@ -1247,7 +1249,7 @@ account_threepid_delegates:
# Defaults to true. Uncomment the following line to disable automatically
# creating auto-join rooms.
#
#
autocreate_auto_join_rooms: false
autocreate_auto_join_rooms
:
false
# Whether the auto_join_rooms that are auto-created are available via
# federation. Only has an effect if autocreate_auto_join_rooms is true.
...
...
@@ -1291,14 +1293,14 @@ account_threepid_delegates:
# Note that, if the room already exists, this user must be joined and
# have the appropriate permissions to invite new members.
#
#
auto_join_mxid_localpart:
system
auto_join_mxid_localpart
:
heftig
# When auto_join_rooms is specified, setting this flag to false prevents
# guest accounts from being automatically joined to the rooms.
#
# Defaults to true.
#
#
auto_join_rooms_for_guests: false
auto_join_rooms_for_guests
:
false
## Metrics ###
...
...
Levente Polyak
🚀
@anthraxx
mentioned in commit
b39b7e99
·
Aug 20, 2020
mentioned in commit
b39b7e99
mentioned in commit b39b7e99ac22f0879e673841bec9da9e5fbeb211
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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