mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 19:16:02 -04:00
fix(indexeddb): Export MigrationConflictStrategy
This commit is contained in:
committed by
Jonas Platte
parent
1a5953e01e
commit
bbbd7942b0
@@ -12,7 +12,10 @@ mod state_store;
|
||||
pub use cryptostore::IndexeddbStore as CryptoStore;
|
||||
#[cfg(feature = "e2e-encryption")]
|
||||
use cryptostore::IndexeddbStoreError;
|
||||
pub use state_store::{IndexeddbStore as StateStore, IndexeddbStoreBuilder as StateStoreBuilder};
|
||||
pub use state_store::{
|
||||
IndexeddbStore as StateStore, IndexeddbStoreBuilder as StateStoreBuilder,
|
||||
MigrationConflictStrategy,
|
||||
};
|
||||
|
||||
/// Create a [`StateStore`] and a [`CryptoStore`] that use the same name and
|
||||
/// passphrase.
|
||||
|
||||
Reference in New Issue
Block a user