You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-09 10:22:46 +03:00
Deprecate top level crypto event re-export (#4444)
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user