Deprecate top level crypto event re-export (#4444)

This commit is contained in:
Florian Duros
2024-10-15 17:00:43 +02:00
committed by GitHub
parent 662b772c73
commit aabd558bce
+5 -1
View File
@@ -93,7 +93,11 @@ export {
GroupCallType,
GroupCallStatsReportEvent,
} from "./webrtc/groupCall.ts";
export { CryptoEvent } from "./crypto/index.ts";
export {
/** @deprecated Use {@link Crypto.CryptoEvent} instead */
CryptoEvent,
} from "./crypto/index.ts";
export { SyncState, SetPresence } from "./sync.ts";
export type { ISyncStateData as SyncStateData } from "./sync.ts";
export { SlidingSyncEvent } from "./sliding-sync.ts";