diff options
author | Patrick Cloke <patrickc@matrix.org> | 2022-02-09 11:32:20 -0500 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2022-02-09 11:32:20 -0500 |
commit | 0408d694eec2553441fa08168007c49472fbe862 (patch) | |
tree | 0357a45f63e54e159edccdbb6d09304f47f433ed | |
parent | Add missing type hints to synapse.replication. (#11938) (diff) | |
download | synapse-0408d694eec2553441fa08168007c49472fbe862.tar.xz |
Update changelog from #11867 to be a single line.
-rw-r--r-- | changelog.d/11867.feature | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/changelog.d/11867.feature b/changelog.d/11867.feature index dbd9de0e4c..601705e000 100644 --- a/changelog.d/11867.feature +++ b/changelog.d/11867.feature @@ -1,5 +1 @@ -Stabilize [MSC3231](https://github.com/matrix-org/matrix-doc/pull/3231). - -Client implementations using `m.login.registration_token` should switch to the stable identifiers: -* `org.matrix.msc3231.login.registration_token` in query parameters and request/response bodies becomes `m.login.registration_token`. -* `/_matrix/client/unstable/org.matrix.msc3231/register/org.matrix.msc3231.login.registration_token/validity` becomes `/_matrix/client/v1/register/m.login.registration_token/validity`. \ No newline at end of file +Stabilize support for [MSC3231](https://github.com/matrix-org/matrix-doc/pull/3231). Clients should switch to the stable identifier and endpoint. |