Skip to content

Commit

Permalink
Fix m.login.appservice -> m.login.application_service (#3711)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Half-Shot and turt2live committed Feb 14, 2022
1 parent f989d32 commit c420fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/3711.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix incorrectly referenced `m.login.appservice` login identifier, instead using `m.login.application_service`.
2 changes: 1 addition & 1 deletion content/client-server-api/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>"
Expand Down

0 comments on commit c420fc4

Please sign in to comment.