diff --git a/crates/matrix-sdk/src/sliding_sync/mod.rs b/crates/matrix-sdk/src/sliding_sync/mod.rs index fe0cad0fab2..06977663d6b 100644 --- a/crates/matrix-sdk/src/sliding_sync/mod.rs +++ b/crates/matrix-sdk/src/sliding_sync/mod.rs @@ -135,8 +135,8 @@ impl SlidingSync { /// Subscribe to a given room. /// - /// If the associated [`Room`] exists, it will be marked as members are - /// missing, so that it ensures to re-fetch all members. + /// If the associated `Room` exists, it will be marked as + /// members are missing, so that it ensures to re-fetch all members. pub fn subscribe_to_room(&self, room_id: OwnedRoomId, settings: Option) { if let Some(room) = self.inner.client.get_room(&room_id) { room.mark_members_missing();