aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-05-28 22:23:40 -0700
committerzotlabs <mike@macgirvin.com>2018-05-28 22:23:40 -0700
commit139c39c2ce270ca1e95d86b517ebe0ad4182ecfa (patch)
tree270cd1a173cbed64f8045b3fdee1db9281aa0e51 /Zotlabs
parentc115e8ee60887da57d64a194cd09e2c97fe987eb (diff)
downloadvolse-hubzilla-139c39c2ce270ca1e95d86b517ebe0ad4182ecfa.tar.gz
volse-hubzilla-139c39c2ce270ca1e95d86b517ebe0ad4182ecfa.tar.bz2
volse-hubzilla-139c39c2ce270ca1e95d86b517ebe0ad4182ecfa.zip
we probably don't need to delivery local items more than once
Diffstat (limited to 'Zotlabs')
-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;
}
}