diff --git a/crates/matrix-sdk/src/event_cache/mod.rs b/crates/matrix-sdk/src/event_cache/mod.rs index 3fe13c4eb..8951c5672 100644 --- a/crates/matrix-sdk/src/event_cache/mod.rs +++ b/crates/matrix-sdk/src/event_cache/mod.rs @@ -31,8 +31,9 @@ //! - [ ] expose that information with a new data structure similar to the //! `RoomInfo`, and that may update a `RoomListService`. //! - [ ] provide read receipts for each message. -//! - [ ] backwards and forward pagination, and reconcile results with cached -//! timelines. +//! - [x] backwards pagination +//! - [ ] forward pagination +//! - [ ] reconcile results with cached timelines. //! - [ ] retry decryption upon receiving new keys (from an encryption sync //! service or from a key backup). //! - [ ] expose the latest event for a given room.