diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md index d19f1a9dea..5ea8ad59bd 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -532,6 +532,13 @@ the stream writer for the `presence` stream: ^/_matrix/client/(api/v1|r0|v3|unstable)/presence/ +##### The `push` stream + +The following endpoints should be routed directly to the worker configured as +the stream writer for the `push` stream: + + ^/_matrix/client/(api/v1|r0|v3|unstable)/push_rules/ + #### Restrict outbound federation traffic to a specific set of workers The |