Skip to content
Snippets Groups Projects
Commit 90e6e57c authored by Moritz Brunner's avatar Moritz Brunner Committed by Sébastien Blin
Browse files

conversationmodel: sort conversations in clearAllHistory


Gitlab: #411
Change-Id: I8622d5e23a4b99530cfc98ec4ef76b7e05a7f543
Reviewed-by: default avatarSébastien Blin <sebastien.blin@savoirfairelinux.com>
parent 68f369b4
No related branches found
No related tags found
No related merge requests found
......@@ -915,6 +915,8 @@ ConversationModel::clearAllHistory()
}
database::getHistory(pimpl_->db, conversation);
}
pimpl_->sortConversations();
emit modelSorted();
}
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