You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-23 17:02:25 +03:00
OutgoingRoomKeyRequest is only a type (#3278)
Followup to #3275 Fixes a warning from webpack: [element-js] WARNING in ../matrix-js-sdk/src/matrix.ts 46:0-61 [element-js] "export 'OutgoingRoomKeyRequest' was not found in './crypto/store/base'
This commit is contained in:
committed by
GitHub
parent
69a2a15b95
commit
f8a625eddb
@@ -47,7 +47,7 @@ export * from "./store/memory";
|
||||
export * from "./store/indexeddb";
|
||||
export * from "./crypto/store/memory-crypto-store";
|
||||
export * from "./crypto/store/indexeddb-crypto-store";
|
||||
export { OutgoingRoomKeyRequest } from "./crypto/store/base";
|
||||
export type { OutgoingRoomKeyRequest } from "./crypto/store/base";
|
||||
export * from "./content-repo";
|
||||
export * from "./@types/event";
|
||||
export * from "./@types/PushRules";
|
||||
|
||||
Reference in New Issue
Block a user