Skip to content

Commit

Permalink
Deprecate top level crypto event re-export
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Oct 8, 2024
1 parent 0c9d82e commit 7489210
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 7489210

Please sign in to comment.