mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Fix m.login.appservice -> m.login.application_service (#3711)
* Fix m.login.appservice -> m.login.application_service Implementations seem to agree with the proposal, so I'd suggest we fix the typo in the spec. I don't *think* this needs a MSC as the original proposal was fine, and this was just a copy error. * Create 3711.clarification * Update 3711.clarification * Update changelogs/3711.clarification Co-authored-by: Travis Ralston <travisr@matrix.org> Co-authored-by: Travis Ralston <travisr@matrix.org>
This commit is contained in:
parent
f989d323c0
commit
c420fc49a0
1
changelogs/3711.clarification
Normal file
1
changelogs/3711.clarification
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fix incorrectly referenced `m.login.appservice` login identifier, instead using `m.login.application_service`.
|
||||
|
|
@ -1087,7 +1087,7 @@ To use this login type, clients should submit a `/login` request as follows:
|
|||
|
||||
```json
|
||||
{
|
||||
"type": "m.login.appservice",
|
||||
"type": "m.login.application_service",
|
||||
"identifier": {
|
||||
"type": "m.id.user",
|
||||
"user": "<user_id or user localpart>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue