Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c3eb8c7

Browse files
committed
Fix CryptoApi import
1 parent 0f05a5d commit c3eb8c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DeviceListener.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ limitations under the License.
1717
import {
1818
MatrixEvent,
1919
ClientEvent,
20+
CryptoApi,
2021
EventType,
2122
MatrixClient,
2223
RoomStateEvent,
@@ -25,7 +26,7 @@ import {
2526
} from "matrix-js-sdk/src/matrix";
2627
import { logger } from "matrix-js-sdk/src/logger";
2728
import { CryptoEvent } from "matrix-js-sdk/src/crypto";
28-
import { CryptoApi, KeyBackupInfo } from "matrix-js-sdk/src/crypto-api";
29+
import { KeyBackupInfo } from "matrix-js-sdk/src/crypto-api";
2930
import { CryptoSessionStateChange } from "@matrix-org/analytics-events/types/typescript/CryptoSessionStateChange";
3031

3132
import { PosthogAnalytics } from "./PosthogAnalytics";

0 commit comments

Comments
 (0)