File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -291,9 +291,10 @@ Error details: {e}
291
291
Ok ( response) => {
292
292
let status = response. status ( ) ;
293
293
// We intentionally omit the required 'localpart' parameter in this request.
294
- // If authentication is successful, Synapse returns a 400 Bad Request because of the missing parameter.
295
- // If authentication fails, Synapse will return a 403 Forbidden.
296
- // If the MAS integration isn't enabled, Synapse will return a 404 Not found.
294
+ // If authentication is successful, Synapse returns a 400 Bad Request because of
295
+ // the missing parameter. If authentication fails, Synapse
296
+ // will return a 403 Forbidden. If the MAS integration isn't
297
+ // enabled, Synapse will return a 404 Not found.
297
298
if status == StatusCode :: BAD_REQUEST {
298
299
info ! (
299
300
r#"✅ The Synapse admin API is reachable with authentication at "{mas_api}"."#
You can’t perform that action at this time.
0 commit comments