Skip to content
Snippets Groups Projects
Commit a31fb6c0 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

conversationsadapter: make conversation filter correct when rejecting invitations

Gitlab: #471

Change-Id: I00db0c43c76f46ab934a196df1896005d936f4ff
parent 29b51b5a
No related branches found
No related tags found
No related merge requests found
......@@ -352,6 +352,9 @@ ConversationsAdapter::updateConversationFilterData()
set_totalUnreadMessageCount(totalUnreadMessages);
set_pendingRequestCount(accountInfo.conversationModel->pendingRequestCount());
systemTray_->setCount(lrcInstance_->notificationsCount());
if (get_pendingRequestCount() == 0 && get_filterRequests())
set_filterRequests(false);
}
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