diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-09-10 13:26:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 13:26:34 +0100 |
commit | 95d869c357542b4aa8c1d2344cfb6041d6fd0ea5 (patch) | |
tree | c61e384b1a9ba65b0e175c1b46d35453d2a25b04 /docs/workers.md | |
parent | Clean up `Notifier.on_new_room_event` code path (#8288) (diff) | |
download | synapse-95d869c357542b4aa8c1d2344cfb6041d6fd0ea5.tar.xz |
Add /_synapse/client to the reverse proxy docs (#8227)
This PR adds a information about forwarding `/_synapse/client` endpoints through your reverse proxy. The first of these endpoints are introduced in https://github.com/matrix-org/synapse/pull/8004.
Diffstat (limited to 'docs/workers.md')
-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 7a8f5c89fc..41e75e2ea4 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -217,6 +217,7 @@ 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/ + ^/_synapse/client/password_reset/email/submit_token$ # Registration/login requests ^/_matrix/client/(api/v1|r0|unstable)/login$ |