0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-18 10:38:21 +02:00

Add vector.im to default secondary_directory_servers and add comment explaining it's not a permanent solution

This commit is contained in:
David Baker 2016-05-31 17:24:50 +01:00
parent 963e3ed282
commit 6ca4d3ae9a

View file

@ -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.