We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e7d328 + 4d5df8e commit 12af1b9Copy full SHA for 12af1b9
changelogs/client_server/newsfragments/3169.feature
@@ -0,0 +1 @@
1
+Downgrade identity server discovery failures to `FAIL_PROMPT` as per [MSC2284](https://github.com/matrix-org/matrix-doc/pull/2284).
content/client-server-api/_index.md
@@ -299,7 +299,7 @@ specify parameter values. The flow for this method is as follows:
299
Validation for this URL is done as in the step above, but using
300
`/_matrix/identity/api/v1` as the endpoint to connect to. If the
301
`m.identity_server` property is present, but does not have a
302
- `base_url` value, then `FAIL_ERROR`.
+ `base_url` value, then `FAIL_PROMPT`.
303
304
{{% http-api spec="client-server" api="wellknown" %}}
305
0 commit comments