diff --git a/crates/matrix-sdk/Cargo.toml b/crates/matrix-sdk/Cargo.toml index f053fe82d..9b820cd20 100644 --- a/crates/matrix-sdk/Cargo.toml +++ b/crates/matrix-sdk/Cargo.toml @@ -29,7 +29,7 @@ js = ["matrix-sdk-common/js", "matrix-sdk-base/js"] sqlite = ["dep:matrix-sdk-sqlite", "matrix-sdk-sqlite?/state-store"] bundled-sqlite = ["sqlite", "matrix-sdk-sqlite?/bundled"] -indexeddb = ["dep:matrix-sdk-indexeddb"] +indexeddb = ["matrix-sdk-indexeddb/state-store"] qrcode = ["e2e-encryption", "matrix-sdk-base/qrcode"] automatic-room-key-forwarding = ["e2e-encryption", "matrix-sdk-base/automatic-room-key-forwarding"]