Skip to content
Snippets Groups Projects
Commit b11dca20 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

better doc

parent 7b86c1fd
Branches
Tags
No related merge requests found
...@@ -32,9 +32,12 @@ class UserDirectoryConfig(Config): ...@@ -32,9 +32,12 @@ class UserDirectoryConfig(Config):
def default_config(self, config_dir_path, server_name, **kwargs): def default_config(self, config_dir_path, server_name, **kwargs):
return """ return """
# User Directory configuration # User Directory configuration
#
# 'search_all_users' defines whether to search all users visible to your HS # 'search_all_users' defines whether to search all users visible to your HS
# when searching the user directory, rather than limiting to users visible # when searching the user directory, rather than limiting to users visible
# in public rooms. Defaults to false. # in public rooms. Defaults to false. If you set it True, you'll have to run
# UPDATE user_directory_stream_pos SET stream_id = NULL;
# on your database to tell it to rebuild the user_directory search indexes.
# #
#user_directory: #user_directory:
# search_all_users: false # search_all_users: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment