We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662b772 commit aabd558Copy full SHA for aabd558
src/matrix.ts
@@ -93,7 +93,11 @@ export {
93
GroupCallType,
94
GroupCallStatsReportEvent,
95
} from "./webrtc/groupCall.ts";
96
-export { CryptoEvent } from "./crypto/index.ts";
+
97
+export {
98
+ /** @deprecated Use {@link Crypto.CryptoEvent} instead */
99
+ CryptoEvent,
100
+} from "./crypto/index.ts";
101
export { SyncState, SetPresence } from "./sync.ts";
102
export type { ISyncStateData as SyncStateData } from "./sync.ts";
103
export { SlidingSyncEvent } from "./sliding-sync.ts";
0 commit comments