diff options
Diffstat (limited to 'latest/workers.html')
-rw-r--r-- | latest/workers.html | 4 |
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> |