mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-11 05:35:13 -05: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).
|