mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Do not multipart, encrypt or encapsulate with CPIM in an old ChatRoom to maintain backward compatibility
This commit is contained in:
parent
d2c6e3fcf4
commit
badd672bd9
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ void ChatMessagePrivate::send () {
|
|||
// Start of message modification
|
||||
// ---------------------------------------
|
||||
|
||||
if (applyModifiers) {
|
||||
if (applyModifiers && q->getChatRoom()->canHandleParticipants()) { // Do not multipart, encrypt or encapsulate with CPIM in an old ChatRoom to maintain backward compatibility
|
||||
if ((currentSendStep &ChatMessagePrivate::Step::Multipart) == ChatMessagePrivate::Step::Multipart) {
|
||||
lInfo() << "Multipart step already done, skipping";
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue