From bd4115c0db3d898d7de0944d340a9a2f1de4938c Mon Sep 17 00:00:00 2001 From: Thanos Doukoudakis Date: Fri, 16 Feb 2018 16:33:30 +0000 Subject: =?UTF-8?q?Make=20carbons=20messages=20update=20=E2=80=98Recents?= =?UTF-8?q?=E2=80=99=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch fixeses an issue that occurred when sending a message from another device, the carbons messages were displayed on the chat window but were not updating the recents chats list. Test-Information: Tested by logging in from two clients from the same account, and starting a 1-1 chat with another user. Recent chats tab was updated to both clients. Change-Id: I6e961ebbde6a87e4bcbcc49941ab4bacbac4d9d9 diff --git a/Swift/Controllers/Chat/ChatController.cpp b/Swift/Controllers/Chat/ChatController.cpp index a8ffaf4..40f6156 100644 --- a/Swift/Controllers/Chat/ChatController.cpp +++ b/Swift/Controllers/Chat/ChatController.cpp @@ -320,6 +320,7 @@ void ChatController::handleIncomingOwnMessage(std::shared_ptr message) if (!message->getBody().get_value_or("").empty()) { postSendMessage(message->getBody().get_value_or(""), message); handleStanzaAcked(message); + onActivity(message->getBody().get_value_or("")); } } -- cgit v0.10.2-6-g49f6