diff options
author | Patrick Cloke <patrickc@matrix.org> | 2021-06-02 11:38:54 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2021-06-02 11:38:54 -0400 |
commit | 09361655d2fcdac24642efa2b60122dd4f0684be (patch) | |
tree | a8a245f6185f6102b47b6b35fbd33a47d8447571 /docs/workers.md | |
parent | Merge remote-tracking branch 'origin/release-v1.35' into matrix-org-hotfixes (diff) | |
parent | Rewrite the KeyRing (#10035) (diff) | |
download | synapse-09361655d2fcdac24642efa2b60122dd4f0684be.tar.xz |
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
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$ |