diff --git a/src/crypto/index.ts b/src/crypto/index.ts index 5205fe5dfd4..880f8dfe1f5 100644 --- a/src/crypto/index.ts +++ b/src/crypto/index.ts @@ -86,6 +86,7 @@ import { ISyncStateData } from "../sync"; import { CryptoStore } from "./store/base"; import { IVerificationChannel } from "./verification/request/Channel"; import { TypedEventEmitter } from "../models/typed-event-emitter"; +import { IContent } from "../models/event"; const DeviceVerification = DeviceInfo.DeviceVerification; @@ -2882,7 +2883,7 @@ export class Crypto extends TypedEventEmitter