Skip to content

Commit

Permalink
doc(sdk): Fix intralink.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jun 16, 2023
1 parent 3a70b2e commit d45f871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/matrix-sdk/src/sliding_sync/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<v4::RoomSubscription>) {
if let Some(room) = self.inner.client.get_room(&room_id) {
room.mark_members_missing();
Expand Down

0 comments on commit d45f871

Please sign in to comment.