Clean unread count when the user logs out

fixes #60
remotes/origin/HEAD
Konstantinos Sideris 7 years ago
parent 622772a44b
commit 47d1546adf
  1. 2
      src/ChatPage.cc

@ -277,6 +277,8 @@ ChatPage::resetUI()
user_info_widget_->reset();
view_manager_->clearAll();
AvatarProvider::clear();
showUnreadMessageNotification(0);
}
void

Loading…
Cancel
Save