diff --git a/crates/matrix-sdk/src/event_cache/room/mod.rs b/crates/matrix-sdk/src/event_cache/room/mod.rs index 5d011d4a90..0d76dc63ec 100644 --- a/crates/matrix-sdk/src/event_cache/room/mod.rs +++ b/crates/matrix-sdk/src/event_cache/room/mod.rs @@ -75,10 +75,8 @@ impl RoomEventCache { } } - /// Subscribe to room updates for this room, after getting the initial list - /// of events. XXX: Could/should it use some kind of `Observable` - /// instead? Or not something async, like explicit handlers as our event - /// handlers? + /// Subscribe to this room updates, after getting the initial list of + /// events. pub async fn subscribe( &self, ) -> Result<(Vec, Receiver)> {