diff options
author | erikjohnston <erikjohnston@users.noreply.github.com> | 2024-03-28 16:30:58 +0000 |
---|---|---|
committer | erikjohnston <erikjohnston@users.noreply.github.com> | 2024-03-28 16:30:58 +0000 |
commit | 979faa537ae8163e0699f871f13af08f983ecd35 (patch) | |
tree | 9b90ab0341908ed93727b14f61ea883feb14f7bd /develop/print.html | |
parent | deploy: ea6bfae0fca5303bcf2e474694d6a388ef3b6a90 (diff) | |
download | synapse-979faa537ae8163e0699f871f13af08f983ecd35.tar.xz |
deploy: fd48fc45853eb193a22a08d874eb473e668e2d6a
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/print.html b/develop/print.html index 60f203327b..b0e8125b88 100644 --- a/develop/print.html +++ b/develop/print.html @@ -11769,10 +11769,10 @@ the stream writer for the <code>receipts</code> stream:</p> the stream writer for the <code>presence</code> stream:</p> <pre><code>^/_matrix/client/(api/v1|r0|v3|unstable)/presence/ </code></pre> -<h5 id="the-push-stream"><a class="header" href="#the-push-stream">The <code>push</code> stream</a></h5> +<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> -<pre><code>^/_matrix/client/(api/v1|r0|v3|unstable)/push_rules/ +<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> <p>The |