mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-17 02:11:31 +02:00
link to doc issue
This commit is contained in:
parent
860a9dbc82
commit
7afaba3bf1
@ -72,6 +72,7 @@ async function checkIdentityServerUrl(url) {
|
|||||||
request(
|
request(
|
||||||
// also XXX: we don't really know whether to hit /v1 or /v2 for this: we
|
// also XXX: we don't really know whether to hit /v1 or /v2 for this: we
|
||||||
// probably want a /versions endpoint like the C/S API.
|
// probably want a /versions endpoint like the C/S API.
|
||||||
|
// https://github.com/matrix-org/matrix-doc/issues/1665
|
||||||
{ method: "GET", url: isUrl + '/_matrix/identity/api/v1' },
|
{ method: "GET", url: isUrl + '/_matrix/identity/api/v1' },
|
||||||
(err, response, body) => {
|
(err, response, body) => {
|
||||||
if (err) {
|
if (err) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user