mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Directly send the IMDN, do not go through the chatRoom
This commit is contained in:
parent
fec4923ad0
commit
b7d0db120f
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ void ChatMessagePrivate::sendImdn (Imdn::Type imdnType, LinphoneReason reason) {
|
|||
content->setBody(createImdnXml(imdnType, reason));
|
||||
msg->addContent(*content);
|
||||
|
||||
msg->send();
|
||||
msg->getPrivate()->send();
|
||||
}
|
||||
|
||||
LinphoneReason ChatMessagePrivate::receive () {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue