Fix comment style.
parent
03e53e991b
commit
765487dd9f
|
@ -1001,13 +1001,13 @@ impl BaseClient {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// RoomSummary contains information for calculating room name
|
// RoomSummary contains information for calculating room name.
|
||||||
matrix_room
|
matrix_room
|
||||||
.write()
|
.write()
|
||||||
.await
|
.await
|
||||||
.set_room_summary(&joined_room.summary);
|
.set_room_summary(&joined_room.summary);
|
||||||
|
|
||||||
// set unread notification count
|
// Set unread notification count.
|
||||||
matrix_room
|
matrix_room
|
||||||
.write()
|
.write()
|
||||||
.await
|
.await
|
||||||
|
|
Loading…
Reference in New Issue