summary refs log tree commit diff
path: root/docs/workers.md
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-01-13 12:35:40 -0500
committerGitHub <noreply@github.com>2021-01-13 12:35:40 -0500
commitd1eb1b96e8e7968a4e7d3d56a4b2b9ef61a5d7f4 (patch)
tree30ea0012ffbeebf61e18a2b8cec297f6726017da /docs/workers.md
parentAdd basic domain validation for `DomainSpecificString.is_valid`. (#9071) (diff)
downloadsynapse-d1eb1b96e8e7968a4e7d3d56a4b2b9ef61a5d7f4.tar.xz
Register the /devices endpoint on workers. (#9092)
Diffstat (limited to 'docs/workers.md')
-rw-r--r--docs/workers.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md

index 298adf8695..7fb651bba4 100644 --- a/docs/workers.md +++ b/docs/workers.md
@@ -214,6 +214,7 @@ expressions: ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/members$ ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state$ ^/_matrix/client/(api/v1|r0|unstable)/account/3pid$ + ^/_matrix/client/(api/v1|r0|unstable)/devices$ ^/_matrix/client/(api/v1|r0|unstable)/keys/query$ ^/_matrix/client/(api/v1|r0|unstable)/keys/changes$ ^/_matrix/client/versions$