mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Hack around a scalar bug
See https://github.com/vector-im/riot-web/issues/10498
This commit is contained in:
parent
c4c5ee8571
commit
41b56484c3
@ -44,7 +44,11 @@ export class ScalarClient {
|
|||||||
return {
|
return {
|
||||||
scalarUrl: parsed.toString(),
|
scalarUrl: parsed.toString(),
|
||||||
headers: headers,
|
headers: headers,
|
||||||
queryString: {},
|
queryString: {
|
||||||
|
// HACK: This is due to a Scalar bug
|
||||||
|
// https://github.com/vector-im/riot-web/issues/10498
|
||||||
|
v: SCALAR_API_VERSION,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user