diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-10-12 06:46:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 06:46:13 -0400 |
commit | c604d2c218a80f169876cf3063817e038063f7b9 (patch) | |
tree | ee5592660ea68a2643a7f49db8e7d0e88c12cc03 /docs | |
parent | Batch up calls to `get_rooms_for_users` (#14109) (diff) | |
download | synapse-c604d2c218a80f169876cf3063817e038063f7b9.tar.xz |
Mark /relations endpoint as usable on workers. (#14028)
Co-authored-by: Eric Eastwood <erice@element.io>
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 27041ea57c..e8d6cbaf8b 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -203,6 +203,7 @@ information. ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/members$ ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/state$ ^/_matrix/client/v1/rooms/.*/hierarchy$ + ^/_matrix/client/(v1|unstable)/rooms/.*/relations/ ^/_matrix/client/unstable/org.matrix.msc2716/rooms/.*/batch_send$ ^/_matrix/client/unstable/im.nheko.summary/rooms/.*/summary$ ^/_matrix/client/(r0|v3|unstable)/account/3pid$ |