Skip to content
Snippets Groups Projects
Commit 47d1546a authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Clean unread count when the user logs out

fixes #60
parent 622772a4
No related branches found
No related tags found
No related merge requests found
......@@ -277,6 +277,8 @@ ChatPage::resetUI()
user_info_widget_->reset();
view_manager_->clearAll();
AvatarProvider::clear();
showUnreadMessageNotification(0);
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment