From 2d62f10909969438bcffd3e22662673ae3e50f54 Mon Sep 17 00:00:00 2001 From: Christian Paul Date: Tue, 23 Sep 2025 21:45:02 +0800 Subject: [PATCH] Fix JSON formatting in application-service-api.md --- content/application-service-api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/application-service-api.md b/content/application-service-api.md index 4c1ada48..46c3efca 100644 --- a/content/application-service-api.md +++ b/content/application-service-api.md @@ -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"