diff options
author | zotlabs <mike@macgirvin.com> | 2018-05-28 22:23:40 -0700 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-06-08 08:38:53 +0200 |
commit | d841303c046055da223311741ea8a2071f30d851 (patch) | |
tree | c7ae10f65776e12c16e5901c036501ca29f46714 /Zotlabs/Daemon/Deliver.php | |
parent | 5e5b9895df89956af61ec7fa423cfc40b6089bdd (diff) | |
download | volse-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)
Diffstat (limited to 'Zotlabs/Daemon/Deliver.php')
-rw-r--r-- | Zotlabs/Daemon/Deliver.php | 2 |
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; } } |