Skip to content
Snippets Groups Projects
Commit 926f29ea authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix up config comments

parent bf587699
No related branches found
No related tags found
No related merge requests found
...@@ -1036,10 +1036,11 @@ password_config: ...@@ -1036,10 +1036,11 @@ password_config:
# Wether the public room list can be searched. When disabled blocks # Uncomment to disable searching the public room list. When disabled
# searching local and remote room list for local and remote users. # 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: true #enable_room_list_search: false
# The `alias_creation` option controls who's allowed to create aliases # The `alias_creation` option controls who's allowed to create aliases
# on this server. # on this server.
......
...@@ -58,10 +58,11 @@ class RoomDirectoryConfig(Config): ...@@ -58,10 +58,11 @@ class RoomDirectoryConfig(Config):
def default_config(self, config_dir_path, server_name, **kwargs): def default_config(self, config_dir_path, server_name, **kwargs):
return """ return """
# Wether the public room list can be searched. When disabled blocks # Uncomment to disable searching the public room list. When disabled
# searching local and remote room list for local and remote users. # 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: true #enable_room_list_search: false
# The `alias_creation` option controls who's allowed to create aliases # The `alias_creation` option controls who's allowed to create aliases
# on this server. # on this server.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment