File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,21 @@ Ubuntu 24.10 Oracular Oriole [has been end-of-life since 10 Jul
1251252025](https://endoflife.date/ubuntu). This release drops support for Ubuntu
12612624.10, and in its place adds support for Ubuntu 25.04 Plucky Puffin.
127127
128+ ## `/register` requests from old application service implementations may break when using MAS
129+
130+ Application Services that do not set `inhibit_login=true` when calling `POST
131+ /_matrix/client/v3/register` will receive the error
132+ `IO.ELEMENT.MSC4190.M_APPSERVICE_LOGIN_UNSUPPORTED` in response. This is a
133+ result of [MSC4190: Device management for application
134+ services](https://github.com/matrix-org/matrix-spec-proposals/pull/4190) which
135+ adds new endpoints for application services to create encryption-ready devices
136+ with other than `/login` or `/register` without `inhibit_login=true`.
137+
138+ If an application service you use starts to fail with the mentioned error,
139+ ensure it is up to date. If it is, then kindly let the author know that they
140+ need to update their implementation to call `/register` with
141+ `inhibit_login=true`.
142+
128143# Upgrading to v1.136.0
129144
130145## Deprecate `run_as_background_process` exported as part of the module API interface in favor of `ModuleApi.run_as_background_process`
You can’t perform that action at this time.
0 commit comments