Skip to content

Commit

Permalink
Re-export localStorage-crypto-store (#3660)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Aug 11, 2023
1 parent 3a5d660 commit 55b9116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/matrix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export * from "./service-types";
export * from "./store/memory";
export * from "./store/indexeddb";
export * from "./crypto/store/memory-crypto-store";
export * from "./crypto/store/localStorage-crypto-store";
export * from "./crypto/store/indexeddb-crypto-store";
export type { OutgoingRoomKeyRequest } from "./crypto/store/base";
export * from "./content-repo";
Expand Down

0 comments on commit 55b9116

Please sign in to comment.