mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
5 lines
491 B
Gherkin
5 lines
491 B
Gherkin
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`. |