diff options
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 0d84a58958..cb3b9f8e68 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -268,11 +268,14 @@ Additionally, the following REST endpoints can be handled for GET requests: ^/_matrix/client/(api/v1|r0|unstable)/pushrules/.*$ ^/_matrix/client/(api/v1|r0|unstable)/groups/.*$ + ^/_matrix/client/(api/v1|r0|unstable)/user/[^/]*/account_data/ + ^/_matrix/client/(api/v1|r0|unstable)/user/[^/]*/rooms/[^/]*/account_data/ Additionally, the following REST endpoints can be handled, but all requests must be routed to the same instance: ^/_matrix/client/(r0|unstable)/register$ + ^/_matrix/client/(r0|unstable)/auth/.*/fallback/web$ Pagination requests can also be handled, but all requests with the same path room must be routed to the same instance. Additionally, care must be taken to |