diff --git a/crates/matrix-sdk-indexeddb/src/lib.rs b/crates/matrix-sdk-indexeddb/src/lib.rs index 1f425b94e..821006431 100644 --- a/crates/matrix-sdk-indexeddb/src/lib.rs +++ b/crates/matrix-sdk-indexeddb/src/lib.rs @@ -41,7 +41,7 @@ async fn open_stores_with_name( /// Create a [`StoreConfig`] with an opened indexeddb [`StateStore`] that uses /// the given name and passphrase. If `encryption` is enabled, a [`CryptoStore`] /// with the same parameters is also opened. -async fn make_store_config( +pub async fn make_store_config( name: impl Into, passphrase: Option<&str>, ) -> Result {