From b3c68bd6a2b97f8c2a022ebeaa216ae666ed0060 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Wed, 10 May 2017 10:38:10 +0200 Subject: [PATCH] fix(src/components/chat/ChatModel): remove unnecessary todo --- linphone-desktop/src/components/chat/ChatModel.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linphone-desktop/src/components/chat/ChatModel.cpp b/linphone-desktop/src/components/chat/ChatModel.cpp index 0f704a75f..8316434e4 100644 --- a/linphone-desktop/src/components/chat/ChatModel.cpp +++ b/linphone-desktop/src/components/chat/ChatModel.cpp @@ -270,7 +270,8 @@ void ChatModel::setSipAddress (const QString &sipAddress) { fillMessageEntry(map, message); - // TODO: Remove me in a future linphone core version. + // Old workaround. + // It can exist messages with a not delivered status. It's a linphone core bug. if (message->getState() == linphone::ChatMessageStateInProgress) map["status"] = linphone::ChatMessageStateNotDelivered;