@@ -24,7 +24,7 @@ crate-type = [
24
24
]
25
25
26
26
[features ]
27
- default = [" bundled-sqlite" , " unstable-msc4274" ]
27
+ default = [" bundled-sqlite" , " unstable-msc4274" , " unstable-msc4076 " ]
28
28
bundled-sqlite = [" matrix-sdk/bundled-sqlite" ]
29
29
unstable-msc4274 = [" matrix-sdk-ui/unstable-msc4274" ]
30
30
# Required when targeting a Javascript environment, like Wasm in a browser.
@@ -36,6 +36,8 @@ rustls-tls = ["matrix-sdk/rustls-tls", "sentry?/rustls"]
36
36
# Enable sentry error monitoring, not compatible with Wasm platforms.
37
37
sentry = [" dep:sentry" , " dep:sentry-tracing" ]
38
38
39
+ unstable-msc4076 = [" matrix-sdk/unstable-msc4076" ]
40
+
39
41
[dependencies ]
40
42
anyhow.workspace = true
41
43
extension-trait = " 1.0.1"
@@ -57,7 +59,7 @@ matrix-sdk-ffi-macros.workspace = true
57
59
matrix-sdk-ui = { workspace = true , features = [" uniffi" ] }
58
60
mime = " 0.3.16"
59
61
once_cell.workspace = true
60
- ruma = { workspace = true , features = [" html" , " unstable-msc3488" , " compat-unset-avatar" , " unstable-msc3245-v1-compat" , " unstable-msc4278" , " unstable-hydra" ] }
62
+ ruma = { workspace = true , features = [" html" , " unstable-msc3488" , " compat-unset-avatar" , " unstable-msc3245-v1-compat" , " unstable-msc4278" , " unstable-hydra" , " unstable-msc4076 " ] }
61
63
serde.workspace = true
62
64
serde_json.workspace = true
63
65
sentry = { workspace = true , optional = true , default-features = false , features = [
0 commit comments