mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-22 15:38:33 +00:00
Prevent an insert that is redondent
This commit is contained in:
parent
c115a448dd
commit
28570e284d
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ void ChatMessagePrivate::send () {
|
||||||
|
|
||||||
q->setImdnMessageId(op->get_call_id()); /* must be known at that time */
|
q->setImdnMessageId(op->get_call_id()); /* must be known at that time */
|
||||||
|
|
||||||
store();
|
//store(); // Store will be done right below in the setState(InProgress)
|
||||||
|
|
||||||
if (call && linphone_call_get_op(call) == op) {
|
if (call && linphone_call_get_op(call) == op) {
|
||||||
/* In this case, chat delivery status is not notified, so unrefing chat message right now */
|
/* In this case, chat delivery status is not notified, so unrefing chat message right now */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue