aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-05-28 22:23:40 -0700
committerMario <mario@mariovavti.com>2018-06-08 08:38:53 +0200
commitd841303c046055da223311741ea8a2071f30d851 (patch)
treec7ae10f65776e12c16e5901c036501ca29f46714
parent5e5b9895df89956af61ec7fa423cfc40b6089bdd (diff)
downloadvolse-hubzilla-d841303c046055da223311741ea8a2071f30d851.tar.gz
volse-hubzilla-d841303c046055da223311741ea8a2071f30d851.tar.bz2
volse-hubzilla-d841303c046055da223311741ea8a2071f30d851.zip
we probably don't need to delivery local items more than once
(cherry picked from commit 139c39c2ce270ca1e95d86b517ebe0ad4182ecfa)
-rw-r--r--Zotlabs/Daemon/Deliver.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Deliver.php b/Zotlabs/Daemon/Deliver.php
index 394a7bf3e..b809cba91 100644
--- a/Zotlabs/Daemon/Deliver.php
+++ b/Zotlabs/Daemon/Deliver.php
@@ -75,6 +75,8 @@ class Deliver {
q("delete from dreport where dreport_queue = '%s'",
dbesc($argv[$x])
);
+
+ continue;
}
}