mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
merge
This commit is contained in:
commit
26de6e25fc
|
|
@ -227,9 +227,9 @@ func validateApplicationService(
|
|||
return "", &util.JSONResponse{
|
||||
Code: 401,
|
||||
JSON: jsonerror.ASExclusive(fmt.Sprintf(
|
||||
"Supplied username %s did not match any namespaces for application service ID: %s",
|
||||
username,
|
||||
matchedApplicationService.ID)),
|
||||
"Supplied username %s did not match any namespaces for application service ID: %s",
|
||||
username,
|
||||
matchedApplicationService.ID)),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue