From 9449e8bd61a57651a19838467f8d3350f26e9a91 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 24 Jan 2024 16:40:05 +0100 Subject: fix issue where if an item is created and deleted again before the notifier has completed the queueworker will dismiss the delete because it looks like a duplicate entry --- Zotlabs/Lib/Libzot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Lib/Libzot.php') diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index be1ca15c0..b8067bc56 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -1827,7 +1827,7 @@ class Libzot { if ($relay && $item_id) { logger('process_delivery: invoking relay'); - Master::Summon(['Notifier', 'relay', intval($item_id)]); + Master::Summon(['Notifier', 'relay', intval($item_id), 'delete']); $DR->update('relayed'); $result[] = $DR->get(); } -- cgit v1.2.3