Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit b2c4d3d

Browse files
authored
Warn that /register will soon require a type when called with an access token (#9559)
This notice is giving a heads up to the planned spec compliance fix #9548.
1 parent 7076eee commit b2c4d3d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Removal warning
2+
---------------
3+
4+
Note that this release deprecates the ability for appservices to call `POST /_matrix/client/r0/register` without the body parameter `type`. Appservice developers should use a `type` value of `m.login.application_service` as per the spec. In future releases, calling this endpoint with an access token but
5+
without a valid type will fail.
6+
17
Synapse 1.29.0 (2021-03-08)
28
===========================
39

changelog.d/9559.removal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Registering an Application Service user without using the `m.login.application_service` login type will be unsupported in an upcoming Synapse release.

0 commit comments

Comments
 (0)