From d7aee292d3b549e6c7453da7cb93b63ccdc1a5b1 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 11 Mar 2023 14:47:10 +0000 Subject: mark items as fetched in other places --- Zotlabs/Daemon/Externals.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Zotlabs/Daemon/Externals.php') diff --git a/Zotlabs/Daemon/Externals.php b/Zotlabs/Daemon/Externals.php index 2c7c7c172..b67a0e286 100644 --- a/Zotlabs/Daemon/Externals.php +++ b/Zotlabs/Daemon/Externals.php @@ -143,6 +143,7 @@ class Externals { $AS = new ActivityStreams($message); if ($AS->is_valid() && is_array($AS->obj)) { $item = Activity::decode_note($AS); + $item['item_fetched'] = true; Activity::store($importer, $contact['hubloc_hash'], $AS, $item); $total++; } -- cgit v1.2.3