Fix JSON formatting in application-service-api.md

This commit is contained in:
Christian Paul 2025-09-23 21:45:02 +08:00 committed by GitHub
parent 2aacc1feda
commit 2d62f10909
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -438,8 +438,8 @@ user ID without a password.
Content:
{
type: "m.login.application_service",
username: "_irc_example"
"type": "m.login.application_service",
"username": "_irc_example"
}
Similarly, logging in as users needs API changes in order to allow the AS to
@ -454,7 +454,7 @@ log in without needing the user's password. This is achieved by including the
Content:
{
type: "m.login.application_service",
"type": "m.login.application_service",
"identifier": {
"type": "m.id.user",
"user": "_irc_example"