diff options
Diffstat (limited to 'Zotlabs/Daemon/Externals.php')
-rw-r--r-- | Zotlabs/Daemon/Externals.php | 10 |
1 files changed, 5 insertions, 5 deletions
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; |