Add some limitations to alias creation

This commit is contained in:
Brendan Abolivier 2019-05-02 09:21:29 +01:00
parent c1799b0f85
commit 84196cb231
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 ##