mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-28 00:44:35 +00:00
deploy: 5df6d1be65
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
const path_to_root = "";
|
||||
const default_light_theme = "light";
|
||||
const default_dark_theme = "navy";
|
||||
window.path_to_searchindex_js = "searchindex-93781aa7.js";
|
||||
window.path_to_searchindex_js = "searchindex-dac38eb4.js";
|
||||
</script>
|
||||
<!-- Start loading toc.js asap -->
|
||||
<script src="toc-4dc10a98.js"></script>
|
||||
@@ -503,13 +503,6 @@ using):</p>
|
||||
For multiple workers not handling the SSO endpoints properly, see
|
||||
<a href="https://github.com/matrix-org/synapse/issues/7530">#7530</a> and
|
||||
<a href="https://github.com/matrix-org/synapse/issues/9427">#9427</a>.</p>
|
||||
<p>Additionally, when MSC3861 is enabled (<code>experimental_features.msc3861.enabled</code>
|
||||
set to <code>true</code>), the following endpoints can be handled by the worker:</p>
|
||||
<pre><code>^/_synapse/admin/v2/users/[^/]+$
|
||||
^/_synapse/admin/v1/username_available$
|
||||
^/_synapse/admin/v1/users/[^/]+/_allow_cross_signing_replacement_without_uia$
|
||||
^/_synapse/admin/v1/users/[^/]+/devices$
|
||||
</code></pre>
|
||||
<p>Note that a <a href="usage/configuration/config_documentation.html#listeners">HTTP listener</a>
|
||||
with <code>client</code> and <code>federation</code> <code>resources</code> must be configured in the
|
||||
<a href="usage/configuration/config_documentation.html#worker_listeners"><code>worker_listeners</code></a>
|
||||
|
||||
Reference in New Issue
Block a user