forked from MirrorHub/synapse
Update changelog from #11867 to be a single line.
This commit is contained in:
parent
d0e78af35e
commit
0408d694ee
1 changed files with 1 additions and 5 deletions
|
@ -1,5 +1 @@
|
||||||
Stabilize [MSC3231](https://github.com/matrix-org/matrix-doc/pull/3231).
|
Stabilize support for [MSC3231](https://github.com/matrix-org/matrix-doc/pull/3231). Clients should switch to the stable identifier and endpoint.
|
||||||
|
|
||||||
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`.
|
|
||||||
|
|
Loading…
Reference in a new issue