From 2d17442f2885b43d0430767b3d50d616de9a453c Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 25 Sep 2021 10:17:45 +0000 Subject: externals: if dealing with AP profiles also fetch comments. there is no way to fetch conversations later --- Zotlabs/Daemon/Externals.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Zotlabs/Daemon') diff --git a/Zotlabs/Daemon/Externals.php b/Zotlabs/Daemon/Externals.php index 71589a4c6..81414d02d 100644 --- a/Zotlabs/Daemon/Externals.php +++ b/Zotlabs/Daemon/Externals.php @@ -127,12 +127,12 @@ class Externals { continue; } - // make sure we only fetch top level items - if (isset($message['object']['inReplyTo'])) { - continue; - } - if ($contact['hubloc_network'] === 'zot6') { + // make sure we only fetch top level items + if (isset($message['object']['inReplyTo'])) { + continue; + } + Libzot::fetch_conversation($importer, $message['object']['id']); $total++; continue; -- cgit v1.2.3