mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 06:04:31 -04:00
fix(sdk): Enable required ruma features for experimental-timeline
This commit is contained in:
committed by
Jonas Platte
parent
e1ecc9de0d
commit
324411201e
@@ -43,7 +43,7 @@ image-proc = ["dep:image"]
|
||||
image-rayon = ["image-proc", "image?/jpeg_rayon"]
|
||||
|
||||
experimental-room-preview = []
|
||||
experimental-timeline = []
|
||||
experimental-timeline = ["ruma/unstable-msc2676", "ruma/unstable-msc2677"]
|
||||
|
||||
sliding-sync = [
|
||||
"matrix-sdk-base/sliding-sync",
|
||||
|
||||
Reference in New Issue
Block a user