mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-17 04:58:41 -04:00
indexeddb: Make make_store_config public
This commit is contained in:
@@ -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<String>,
|
||||
passphrase: Option<&str>,
|
||||
) -> Result<StoreConfig, anyhow::Error> {
|
||||
|
||||
Reference in New Issue
Block a user