mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-10 00:48:44 -04:00
Fix comment style.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user