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
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue