diff --git a/matrix_sdk_base/src/client.rs b/matrix_sdk_base/src/client.rs index d644235b..d7cdf65b 100644 --- a/matrix_sdk_base/src/client.rs +++ b/matrix_sdk_base/src/client.rs @@ -1001,13 +1001,13 @@ impl BaseClient { } } - // RoomSummary contains information for calculating room name + // RoomSummary contains information for calculating room name. matrix_room .write() .await .set_room_summary(&joined_room.summary); - // set unread notification count + // Set unread notification count. matrix_room .write() .await