Skip to content
Snippets Groups Projects
Commit 9629b7dc authored by Sébastien Blin's avatar Sébastien Blin
Browse files

conversationmodel: refresh pending count when request is removed

Change-Id: Iee6512a8379a8414a84f843713732a35e0c375fc
parent d7c1a063
Branches
No related tags found
No related merge requests found
...@@ -2359,6 +2359,7 @@ ConversationModelPimpl::slotConversationRequestDeclined(const QString& accountId ...@@ -2359,6 +2359,7 @@ ConversationModelPimpl::slotConversationRequestDeclined(const QString& accountId
return; return;
eraseConversation(conversationIndex); eraseConversation(conversationIndex);
Q_EMIT linked.conversationRemoved(convId); Q_EMIT linked.conversationRemoved(convId);
Q_EMIT linked.modelChanged();
} }
void void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment