Merge pull request #5124 from matrix-org/babolivier/aliases

Add some limitations to alias creation
This commit is contained in:
Brendan Abolivier 2019-05-02 11:22:40 +01:00 committed by GitHub
commit c193b39134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 2 deletions

View file

@ -239,6 +239,11 @@ listeners:
# Used by phonehome stats to group together related servers.
#server_context: context
# Whether to require a user to be in the room to add an alias to it.
# Defaults to 'true'.
#
#require_membership_for_aliases: false
## TLS ##