1 files changed, 3 insertions, 1 deletions
diff --git a/v1.41/workers.html b/v1.41/workers.html
index 5d11997321..7e84c344c6 100644
--- a/v1.41/workers.html
+++ b/v1.41/workers.html
@@ -517,10 +517,12 @@ For example:</p>
^/_synapse/admin/v1/user/.*/media.*$
^/_synapse/admin/v1/media/.*$
^/_synapse/admin/v1/quarantine_media/.*$
+^/_synapse/admin/v1/users/.*/media$
</code></pre>
<p>You should also set <code>enable_media_repo: False</code> in the shared configuration
file to stop the main synapse running background jobs related to managing the
-media repository.</p>
+media repository. Note that doing so will prevent the main process from being
+able to handle the above endpoints.</p>
<p>In the <code>media_repository</code> worker configuration file, configure the http listener to
expose the <code>media</code> resource. For example:</p>
<pre><code class="language-yaml"> worker_listeners:
|