summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/server.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py
index 8d554d749d..c2d8f8a52f 100644
--- a/synapse/config/server.py
+++ b/synapse/config/server.py
@@ -159,8 +159,12 @@ class ServerConfig(Config):
 
         # A list of other Home Servers to fetch the public room directory from
         # and include in the public room directory of this home server
+        # This is a temporary stopgap solution to populate new server with a
+        # list of rooms until there exists a good solution of a decentralized
+        # room directory.
         # secondary_directory_servers:
         #     - matrix.org
+        #     - vector.im
 
         # List of ports that Synapse should listen on, their purpose and their
         # configuration.