Issue 7264: Count local delivery as well
This commit is contained in:
parent
a74b069728
commit
f41513f4ec
|
@ -284,6 +284,11 @@ class Delivery extends BaseObject
|
||||||
}
|
}
|
||||||
|
|
||||||
DFRN::import($atom, $target_importer);
|
DFRN::import($atom, $target_importer);
|
||||||
|
|
||||||
|
if (in_array($cmd, [Delivery::POST, Delivery::POKE])) {
|
||||||
|
Model\ItemDeliveryData::incrementQueueDone($target_item['id']);
|
||||||
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue