diff options
author | Jonathan de Jong <jonathan@automatia.nl> | 2022-02-04 13:15:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-04 12:15:13 +0000 |
commit | 02632b3504ad4512c5f5a4f859b3fe326b19c788 (patch) | |
tree | a23ed29bbea62e51471f65a059ca3b7929f71e42 /docs/workers.md | |
parent | Delete MSC1711_certificates_FAQ.md (#11907) (diff) | |
download | synapse-02632b3504ad4512c5f5a4f859b3fe326b19c788.tar.xz |
Stabilise MSC3231 (Token Based Registration) (#11867)
Diffstat (limited to 'docs/workers.md')
-rw-r--r-- | docs/workers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/workers.md b/docs/workers.md index fd83e2ddeb..dadde4d726 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -241,7 +241,7 @@ expressions: # Registration/login requests ^/_matrix/client/(api/v1|r0|v3|unstable)/login$ ^/_matrix/client/(r0|v3|unstable)/register$ - ^/_matrix/client/unstable/org.matrix.msc3231/register/org.matrix.msc3231.login.registration_token/validity$ + ^/_matrix/client/v1/register/m.login.registration_token/validity$ # Event sending requests ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/redact |