diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-01-13 12:35:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 12:35:40 -0500 |
commit | d1eb1b96e8e7968a4e7d3d56a4b2b9ef61a5d7f4 (patch) | |
tree | 30ea0012ffbeebf61e18a2b8cec297f6726017da /docs | |
parent | Add basic domain validation for `DomainSpecificString.is_valid`. (#9071) (diff) | |
download | synapse-d1eb1b96e8e7968a4e7d3d56a4b2b9ef61a5d7f4.tar.xz |
Register the /devices endpoint on workers. (#9092)
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 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$ |