mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 23:44:53 -04:00
chore: remove unneccessary feature-flag
This commit is contained in:
@@ -41,7 +41,7 @@ fn event_content(event: AnySyncRoomEvent) -> Option<String> {
|
||||
None
|
||||
}
|
||||
}
|
||||
#[cfg(feature = "experimental-timeline")]
|
||||
|
||||
async fn print_timeline(room: Room) {
|
||||
let backward_stream = room.timeline_backward().await.unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user