mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
Fixed big mistake in my previous commit...
This commit is contained in:
parent
d41dba6357
commit
d440dfd3fd
1 changed files with 1 additions and 1 deletions
|
|
@ -582,7 +582,7 @@ void ChatMessagePrivate::send () {
|
|||
|
||||
currentSendStep |= ChatMessagePrivate::Step::Started;
|
||||
|
||||
if (toBeStored || currentSendStep == (ChatMessagePrivate::Step::Started | ChatMessagePrivate::Step::None))
|
||||
if (toBeStored && currentSendStep == (ChatMessagePrivate::Step::Started | ChatMessagePrivate::Step::None))
|
||||
storeInDb();
|
||||
|
||||
if ((currentSendStep & ChatMessagePrivate::Step::FileUpload) == ChatMessagePrivate::Step::FileUpload) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue