You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
remove c/p leftover
This commit is contained in:
@@ -453,7 +453,6 @@ MatrixBaseApis.prototype.fetchRelations =
|
|||||||
$relationType: relationType,
|
$relationType: relationType,
|
||||||
$eventType: eventType,
|
$eventType: eventType,
|
||||||
});
|
});
|
||||||
// valid options include: room_alias_name, visibility, invite
|
|
||||||
const response = await this._http.authedRequestWithPrefix(
|
const response = await this._http.authedRequestWithPrefix(
|
||||||
undefined, "GET", path, null, null, httpApi.PREFIX_UNSTABLE,
|
undefined, "GET", path, null, null, httpApi.PREFIX_UNSTABLE,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user