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
Remove unused sessionStore (#2455)
* Remove unused sessionStorage layer * Move pending event abstraction into its temporary home * Add test coverage * Tweak * Fix tests mocks * Add coverage * Add coverage
This commit is contained in:
committed by
GitHub
parent
eb8491c91b
commit
b9ca3ceacd
@@ -41,7 +41,6 @@ export * from "./interactive-auth";
|
||||
export * from "./service-types";
|
||||
export * from "./store/memory";
|
||||
export * from "./store/indexeddb";
|
||||
export * from "./store/session/webstorage";
|
||||
export * from "./crypto/store/memory-crypto-store";
|
||||
export * from "./crypto/store/indexeddb-crypto-store";
|
||||
export * from "./content-repo";
|
||||
|
||||
Reference in New Issue
Block a user