diff options
author | Mario <mario@mariovavti.com> | 2023-02-16 11:16:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-02-16 11:16:44 +0000 |
commit | cbf8c4bdb274f8d9c326961b9d0bf0c2a2ac35a0 (patch) | |
tree | 5001c96fa80fc6a6edd71f9b2127b1a33299b3d4 /Zotlabs/Daemon/Queue.php | |
parent | 321cd9f2e03bd3895aaf3bda70b5a67281610894 (diff) | |
download | volse-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/Queue.php')
-rw-r--r-- | Zotlabs/Daemon/Queue.php | 2 |
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); } } } |