mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-27 14:09:22 -05:00
Fix up config comments
This commit is contained in:
parent
bf5876990f
commit
926f29ea6d
@ -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):
|
|||||||
|
|
||||||
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user