diff options
-rw-r--r-- | Zotlabs/Lib/Libzot.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |