@@ -85,7 +85,6 @@ export * from "./models/related-relations.ts";
85
85
export type { RoomSummary } from "./client.ts" ;
86
86
export * as ContentHelpers from "./content-helpers.ts" ;
87
87
export * as SecretStorage from "./secret-storage.ts" ;
88
- export type { ICryptoCallbacks } from "./crypto/index.ts" ; // used to be located here
89
88
export { createNewMatrixCall , CallEvent } from "./webrtc/call.ts" ;
90
89
export type { MatrixCall } from "./webrtc/call.ts" ;
91
90
export {
@@ -97,10 +96,6 @@ export {
97
96
GroupCallStatsReportEvent ,
98
97
} from "./webrtc/groupCall.ts" ;
99
98
100
- export {
101
- /** @deprecated Use {@link Crypto.CryptoEvent} instead */
102
- CryptoEvent ,
103
- } from "./crypto/index.ts" ;
104
99
export { SyncState , SetPresence } from "./sync.ts" ;
105
100
export type { ISyncStateData as SyncStateData } from "./sync.ts" ;
106
101
export { SlidingSyncEvent } from "./sliding-sync.ts" ;
@@ -115,9 +110,6 @@ export type { ISSOFlow as SSOFlow, LoginFlow } from "./@types/auth.ts";
115
110
export type { IHierarchyRelation as HierarchyRelation , IHierarchyRoom as HierarchyRoom } from "./@types/spaces.ts" ;
116
111
export { LocationAssetType } from "./@types/location.ts" ;
117
112
118
- /** @deprecated Backwards-compatibility re-export. Import from `crypto-api` directly. */
119
- export * as Crypto from "./crypto-api/index.ts" ;
120
-
121
113
let cryptoStoreFactory = ( ) : CryptoStore => new MemoryCryptoStore ( ) ;
122
114
123
115
/**
0 commit comments