mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-29 09:49:20 +00:00
fix(src/components/chat/ChatModel): remove unnecessary todo
This commit is contained in:
parent
8186e21b4c
commit
b3c68bd6a2
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue