mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 13:40:55 -04:00
refactor(indexeddb): Export error types
This commit is contained in:
committed by
Jonas Platte
parent
a4f3c3a070
commit
0b1bdd66f9
@@ -9,10 +9,11 @@ mod safe_encode;
|
||||
mod state_store;
|
||||
|
||||
#[cfg(feature = "e2e-encryption")]
|
||||
pub use crypto_store::IndexeddbCryptoStore;
|
||||
#[cfg(feature = "e2e-encryption")]
|
||||
use crypto_store::IndexeddbCryptoStoreError;
|
||||
pub use state_store::{IndexeddbStateStore, IndexeddbStateStoreBuilder, MigrationConflictStrategy};
|
||||
pub use crypto_store::{IndexeddbCryptoStore, IndexeddbCryptoStoreError};
|
||||
pub use state_store::{
|
||||
IndexeddbStateStore, IndexeddbStateStoreBuilder, IndexeddbStateStoreError,
|
||||
MigrationConflictStrategy,
|
||||
};
|
||||
|
||||
/// Create a [`IndexeddbStateStore`] and a [`IndexeddbCryptoStore`] that use the
|
||||
/// same name and passphrase.
|
||||
|
||||
Reference in New Issue
Block a user