mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-04 04:09:19 +00:00
Fixes for chat message when using custom content type and encryption
This commit is contained in:
parent
3cd16880aa
commit
a64dc54e7a
1 changed files with 4 additions and 0 deletions
|
|
@ -655,6 +655,10 @@ void ChatMessagePrivate::send () {
|
|||
}
|
||||
}
|
||||
|
||||
// Remove internal content as it is not needed anymore and will confuse some old methods like getContentType()
|
||||
internalContent.setBody("");
|
||||
internalContent.setContentType(ContentType(""));
|
||||
|
||||
if (imdnId.empty())
|
||||
setImdnMessageId(op->get_call_id()); /* must be known at that time */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue