Remove delivery queue done incrementation for mail delivery
This commit is contained in:
parent
6538a8eaca
commit
ff1f6564f9
|
@ -210,10 +210,6 @@ class Delivery extends BaseObject
|
|||
|
||||
case Protocol::MAIL:
|
||||
self::deliverMail($cmd, $contact, $owner, $target_item);
|
||||
|
||||
if (in_array($cmd, [Delivery::POST, Delivery::COMMENT])) {
|
||||
ItemDeliveryData::incrementQueueDone($target_id);
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue