Commit b3c68bd6 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(src/components/chat/ChatModel): remove unnecessary todo

parent 8186e21b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment