summary refs log tree commit diff
path: root/develop/user_directory.html
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2021-11-19 19:40:11 +0000
committerclokep <clokep@users.noreply.github.com>2021-11-19 19:40:11 +0000
commit99c7645a6859f605e49a63293718fc1391bc2f43 (patch)
tree3ecc784f1bae1ad437b697b572796d6f1ccd17ff /develop/user_directory.html
parentdeploy: 81b18fe5c060a0532ab64b9575d54b84ddbad278 (diff)
downloadsynapse-99c7645a6859f605e49a63293718fc1391bc2f43.tar.xz
deploy: ea20937084903864865f76e22f67d27729f2d6dc
Diffstat (limited to '')
-rw-r--r--develop/user_directory.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/develop/user_directory.html b/develop/user_directory.html
index 7c03a6edd2..f2c31cb084 100644
--- a/develop/user_directory.html
+++ b/develop/user_directory.html
@@ -187,9 +187,9 @@
 on this particular server - i.e. ones which your account shares a room with, or
 who are present in a publicly viewable room present on the server.</p>
 <p>The directory info is stored in various tables, which can (typically after
-DB corruption) get stale or out of sync.  If this happens, for now the
-solution to fix it is to execute the SQL <a href="https://github.com/matrix-org/synapse/blob/master/synapse/storage/schema/main/delta/53/user_dir_populate.sql">here</a>
-and then restart synapse. This should then start a background task to
+DB corruption) get stale or out of sync. If this happens, for now the
+solution to fix it is to use the <a href="usage/administration/admin_api/background_updates.html#run">admin API</a>
+and execute the job <code>regenerate_directory</code>. This should then start a background task to
 flush the current tables and regenerate the directory.</p>
 <h2 id="data-model"><a class="header" href="#data-model">Data model</a></h2>
 <p>There are five relevant tables that collectively form the &quot;user directory&quot;.