Merge pull request #4896 from matrix-org/erikj/disable_room_directory

Add option to disable search room lists
This commit is contained in:
Erik Johnston 2019-03-21 10:16:54 +00:00 committed by GitHub
commit 09f991a63d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 97 additions and 3 deletions

View file

@ -1049,6 +1049,12 @@ password_config:
# Uncomment to disable searching the public room list. When disabled
# blocks searching local and remote room lists for local and remote
# users by always returning an empty list for all queries.
#
#enable_room_list_search: false
# The `alias_creation` option controls who's allowed to create aliases
# on this server.
#