diff --git a/src/conversationmodel.cpp b/src/conversationmodel.cpp index 729e8932a2c6b0b8ef05277a83aec4000f4e0908..cbdd113aa5a889b498ba98b3ee4d44d5c5f9f177 100644 --- a/src/conversationmodel.cpp +++ b/src/conversationmodel.cpp @@ -2359,6 +2359,7 @@ ConversationModelPimpl::slotConversationRequestDeclined(const QString& accountId return; eraseConversation(conversationIndex); Q_EMIT linked.conversationRemoved(convId); + Q_EMIT linked.modelChanged(); } void