diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-06-22 00:00:20 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-06-24 14:14:52 +0100 |
commit | 16b52642e274054a070fb494684547a77790c22b (patch) | |
tree | df8d390407e6848473d38f3589d8ae4d5aa1a5a4 /synapse/config/room_directory.py | |
parent | Ensure that all config options have sensible defaults (diff) | |
download | synapse-16b52642e274054a070fb494684547a77790c22b.tar.xz |
Don't load the generated config as the default.
It's too confusing.
Diffstat (limited to 'synapse/config/room_directory.py')
-rw-r--r-- | synapse/config/room_directory.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/room_directory.py b/synapse/config/room_directory.py index 24223db7a1..a92693017b 100644 --- a/synapse/config/room_directory.py +++ b/synapse/config/room_directory.py @@ -46,7 +46,7 @@ class RoomDirectoryConfig(Config): _RoomDirectoryRule("room_list_publication_rules", {"action": "allow"}) ] - def default_config(self, config_dir_path, server_name, **kwargs): + def generate_config_section(self, config_dir_path, server_name, **kwargs): return """ # Uncomment to disable searching the public room list. When disabled # blocks searching local and remote room lists for local and remote |