summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-05-29 16:41:25 +1000
committerAmber Brown <hawkowl@atleastfornow.net>2019-05-29 16:41:25 +1000
commit0729ef01f80b8d6f2fcf1ab40a22587347b2c777 (patch)
treedf56eb14f8dd26511036a1305ec54988f7d27859 /docs
parentRename 5282.misc to 5282.doc (diff)
downloadsynapse-0729ef01f80b8d6f2fcf1ab40a22587347b2c777.tar.xz
regenerate sample config
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index 421ae96f04..edfde05a23 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -1103,9 +1103,9 @@ password_config:
 #
 # 'search_all_users' defines whether to search all users visible to your HS
 # when searching the user directory, rather than limiting to users visible
-# in public rooms.  Defaults to false.  If you set it True, you'll have to run
-# UPDATE user_directory_stream_pos SET stream_id = NULL;
-# on your database to tell it to rebuild the user_directory search indexes.
+# in public rooms.  Defaults to false.  If you set it True, you'll have to
+# rebuild the user_directory search indexes, see
+# https://github.com/matrix-org/synapse/blob/master/docs/user_directory.md
 #
 #user_directory:
 #  enabled: true