aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-02-16 11:16:44 +0000
committerMario <mario@mariovavti.com>2023-02-16 11:16:44 +0000
commitcbf8c4bdb274f8d9c326961b9d0bf0c2a2ac35a0 (patch)
tree5001c96fa80fc6a6edd71f9b2127b1a33299b3d4 /Zotlabs/Daemon
parent321cd9f2e03bd3895aaf3bda70b5a67281610894 (diff)
downloadvolse-hubzilla-cbf8c4bdb274f8d9c326961b9d0bf0c2a2ac35a0.tar.gz
volse-hubzilla-cbf8c4bdb274f8d9c326961b9d0bf0c2a2ac35a0.tar.bz2
volse-hubzilla-cbf8c4bdb274f8d9c326961b9d0bf0c2a2ac35a0.zip
more queue updates from streams and remove a hz_syslog
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r--Zotlabs/Daemon/Queue.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Queue.php b/Zotlabs/Daemon/Queue.php
index 6f7f8abac..b07fe369c 100644
--- a/Zotlabs/Daemon/Queue.php
+++ b/Zotlabs/Daemon/Queue.php
@@ -54,7 +54,7 @@ class Queue {
foreach ($qItems as $qItem) {
$deliveries[] = $qItem['outq_hash'];
}
- do_delivery($deliveries);
+ do_delivery($deliveries, true);
}
}
}