diff options
author | Erik Johnston <erik@matrix.org> | 2021-05-27 22:45:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-27 22:45:43 +0100 |
commit | 5eed6348ce747b26883ffe812d69ec4d0fbde5fd (patch) | |
tree | 4cd57e1ec14636cca758450184ce21919a0f9978 /docs/workers.md | |
parent | Make reason and score optional for report_event (#10077) (diff) | |
download | synapse-5eed6348ce747b26883ffe812d69ec4d0fbde5fd.tar.xz |
Move some more endpoints off master (#10084)
Diffstat (limited to 'docs/workers.md')
-rw-r--r-- | docs/workers.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md index c6282165b0..46b5e4b737 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -228,6 +228,9 @@ expressions: ^/_matrix/client/(api/v1|r0|unstable)/joined_groups$ ^/_matrix/client/(api/v1|r0|unstable)/publicised_groups$ ^/_matrix/client/(api/v1|r0|unstable)/publicised_groups/ + ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/event/ + ^/_matrix/client/(api/v1|r0|unstable)/joined_rooms$ + ^/_matrix/client/(api/v1|r0|unstable)/search$ # Registration/login requests ^/_matrix/client/(api/v1|r0|unstable)/login$ |