Skip to content

Commit

Permalink
Deprecate top level crypto event re-export (#4444)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros authored Oct 15, 2024
1 parent 662b772 commit aabd558
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/matrix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit aabd558

Please sign in to comment.