You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
@@ -390,7 +390,7 @@ module.exports.MatrixHttpApi.prototype = {
|
|||||||
accessToken,
|
accessToken,
|
||||||
) {
|
) {
|
||||||
if (!this.opts.idBaseUrl) {
|
if (!this.opts.idBaseUrl) {
|
||||||
throw new Error("No ID Server Base URL set");
|
throw new Error("No Identity Server base URL set");
|
||||||
}
|
}
|
||||||
|
|
||||||
const fullUri = this.opts.idBaseUrl + prefix + path;
|
const fullUri = this.opts.idBaseUrl + prefix + path;
|
||||||
|
|||||||
Reference in New Issue
Block a user