diff options
author | Nick Mills-Barrett <nick@beeper.com> | 2022-05-25 10:51:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 09:51:07 +0000 |
commit | 1f9013ce60ac7c2b75ea1bfacb9314239e4e0cff (patch) | |
tree | 0bf5b5c3193e895c23c44c90c0e146ea65c61a52 /docs | |
parent | Don't create empty AS txns when the AS is down (#12869) (diff) | |
download | synapse-1f9013ce60ac7c2b75ea1bfacb9314239e4e0cff.tar.xz |
Add the `batch_send` endpoint to generic workers (#12868)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md index 3c3360ccb4..6a76f43fa1 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -206,6 +206,7 @@ information. ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/members$ ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/state$ ^/_matrix/client/(v1|unstable/org.matrix.msc2946)/rooms/.*/hierarchy$ + ^/_matrix/client/(v1|unstable/org.matrix.msc2716)/rooms/.*/batch_send$ ^/_matrix/client/unstable/im.nheko.summary/rooms/.*/summary$ ^/_matrix/client/(r0|v3|unstable)/account/3pid$ ^/_matrix/client/(r0|v3|unstable)/account/whoami$ |