From 52a5a86cf9f2cbfa5514b730c8fc9ed7a5f20b3b Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Thu, 14 Mar 2024 14:10:53 +0100 Subject: [PATCH] event cache: important status update --- crates/matrix-sdk/src/event_cache/mod.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.