mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
This change ensures that the appservice registration behaviour follows the spec. We decided to do this for Dendrite, so it made sense to also make a PR for synapse to correct the behaviour.
1 line
253 B
Text
1 line
253 B
Text
Make `/_matrix/client/r0/register` expect a type of `m.login.application_service` when an Application Service registers a user, to align with [the relevant spec](https://spec.matrix.org/unstable/application-service-api/#server-admin-style-permissions).
|