Skip to content

Commit 206036b

Browse files
committed
chore(labs): multiverse needs to not use SSS.
1 parent 8d7497e commit 206036b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labs/multiverse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ color-eyre = "0.6.2"
1414
crossterm = "0.27.0"
1515
futures-util = { workspace = true }
1616
imbl = { workspace = true }
17-
matrix-sdk = { path = "../../crates/matrix-sdk", features = ["sso-login"] }
17+
matrix-sdk = { path = "../../crates/matrix-sdk", features = ["sso-login", "experimental-not-simplified-sliding-sync"] }
1818
matrix-sdk-ui = { path = "../../crates/matrix-sdk-ui" }
1919
ratatui = "0.26.1"
2020
rpassword = "7.3.1"

0 commit comments

Comments
 (0)