mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 15:48:09 +00:00
Handle imdn even for incoming messages.
This commit is contained in:
parent
c8ca90cbe2
commit
ad786fd2e6
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ void Imdn::parse (const shared_ptr<ChatMessage> &imdnMessage, xmlparsing_context
|
|||
|
||||
if (messageIdStr && datetimeStr) {
|
||||
shared_ptr<AbstractChatRoom> cr = imdnMessage->getChatRoom();
|
||||
shared_ptr<ChatMessage> cm = cr->findChatMessage(messageIdStr, ChatMessage::Direction::Outgoing);
|
||||
shared_ptr<ChatMessage> cm = cr->findChatMessage(messageIdStr);
|
||||
const IdentityAddress &participantAddress = imdnMessage->getFromAddress().getAddressWithoutGruu();
|
||||
if (!cm) {
|
||||
lWarning() << "Received IMDN for unknown message " << messageIdStr;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue