summary refs log tree commit diff
path: root/latest/workers.html
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2024-05-28 12:35:50 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2024-05-28 12:35:50 +0000
commit51a8c6b121e2e639a0d818ff36e5bb82c98bd89b (patch)
tree5ba460bd7cf47ed301c707b532e08f59c4d1409d /latest/workers.html
parentdeploy: 5147ce294a5653166e6238b2e304b81c13d343a1 (diff)
downloadsynapse-51a8c6b121e2e639a0d818ff36e5bb82c98bd89b.tar.xz
deploy: f35bc08d3933416d2c7a0c566f895214e9ffd88e
Diffstat (limited to '')
-rw-r--r--latest/workers.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/latest/workers.html b/latest/workers.html
index c3c56d3b07..61a2f3130e 100644
--- a/latest/workers.html
+++ b/latest/workers.html
@@ -342,6 +342,8 @@ information.</p>
 ^/_matrix/federation/v1/make_leave/
 ^/_matrix/federation/(v1|v2)/send_join/
 ^/_matrix/federation/(v1|v2)/send_leave/
+^/_matrix/federation/v1/make_knock/
+^/_matrix/federation/v1/send_knock/
 ^/_matrix/federation/(v1|v2)/invite/
 ^/_matrix/federation/v1/event_auth/
 ^/_matrix/federation/v1/timestamp_to_event/
@@ -643,7 +645,7 @@ the stream writer for the <code>presence</code> stream:</p>
 </code></pre>
 <h5 id="the-push_rules-stream"><a class="header" href="#the-push_rules-stream">The <code>push_rules</code> stream</a></h5>
 <p>The following endpoints should be routed directly to the worker configured as
-the stream writer for the <code>push</code> stream:</p>
+the stream writer for the <code>push_rules</code> stream:</p>
 <pre><code>^/_matrix/client/(api/v1|r0|v3|unstable)/pushrules/
 </code></pre>
 <h4 id="restrict-outbound-federation-traffic-to-a-specific-set-of-workers"><a class="header" href="#restrict-outbound-federation-traffic-to-a-specific-set-of-workers">Restrict outbound federation traffic to a specific set of workers</a></h4>