Compare commits

..

1 commit

Author SHA1 Message Date
codedust d55062bc2f
Merge f0affdfa3c into 2aacc1feda 2025-09-22 13:46:45 +01:00
2 changed files with 3 additions and 4 deletions

View file

@ -1 +0,0 @@
Fix JSON formatting in the "Server admin style permissions" examples.

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"