mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
Import the right js-sdk
This commit is contained in:
parent
a35735da45
commit
8493887ceb
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import {IntegrationManagerInstance, KIND_ACCOUNT, KIND_CONFIG, KIND_HOMESERVER}
|
|||
import type {MatrixClient, MatrixEvent} from "matrix-js-sdk";
|
||||
import WidgetUtils from "../utils/WidgetUtils";
|
||||
import MatrixClientPeg from "../MatrixClientPeg";
|
||||
import {AutoDiscovery} from "../../../matrix-js-sdk";
|
||||
import {AutoDiscovery} from "matrix-js-sdk";
|
||||
|
||||
const HS_MANAGERS_REFRESH_INTERVAL = 8 * 60 * 60 * 1000; // 8 hours
|
||||
const KIND_PREFERENCE = [
|
||||
|
|
Loading…
Reference in a new issue