Remove and add todos
This commit is contained in:
parent
4dde87d805
commit
d5c0c94883
3 changed files with 3 additions and 1 deletions
|
|
@ -264,7 +264,6 @@ impl EuphRoom {
|
|||
}
|
||||
|
||||
async fn status_widget(&self, status: &RoomStatus) -> BoxedWidget {
|
||||
// TODO Include unread message count
|
||||
let room = self.chat.store().room();
|
||||
let room_style = ContentStyle::default().bold().blue();
|
||||
let mut info = Styled::new(format!("&{room}"), room_style);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue