From cbf8c4bdb274f8d9c326961b9d0bf0c2a2ac35a0 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 16 Feb 2023 11:16:44 +0000 Subject: more queue updates from streams and remove a hz_syslog --- Zotlabs/Daemon/Queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Daemon/Queue.php') 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); } } } -- cgit v1.2.3