Skip to content

Commit c420fc4

Browse files
Half-Shotturt2live
andauthored
Fix m.login.appservice -> m.login.application_service (matrix-org#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 <[email protected]> Co-authored-by: Travis Ralston <[email protected]>
1 parent f989d32 commit c420fc4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelogs/3711.clarification

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix incorrectly referenced `m.login.appservice` login identifier, instead using `m.login.application_service`.

content/client-server-api/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ To use this login type, clients should submit a `/login` request as follows:
10871087

10881088
```json
10891089
{
1090-
"type": "m.login.appservice",
1090+
"type": "m.login.application_service",
10911091
"identifier": {
10921092
"type": "m.id.user",
10931093
"user": "<user_id or user localpart>"

0 commit comments

Comments
 (0)