we probably don't need to delivery local items more than once

This commit is contained in:
zotlabs 2018-05-28 22:23:40 -07:00
parent c115e8ee60
commit 139c39c2ce

View File

@ -75,6 +75,8 @@ class Deliver {
q("delete from dreport where dreport_queue = '%s'",
dbesc($argv[$x])
);
continue;
}
}