]> git.mxchange.org Git - friendica.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 12 Aug 2023 16:10:01 +0000 (18:10 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 23 Jun 2025 20:54:06 +0000 (22:54 +0200)
- adapted from upstream/develop

src/Protocol/Feed.php

index 2659a964a69e45a80583b1aad388117c6322714c..5000d00a1641683255b410d294fd310a67b4b3e8 100644 (file)
@@ -661,8 +661,7 @@ class Feed
                                $data = PageInfo::queryUrl(
                                        $item['plink'],
                                        false,
-                                       $preview,
-                                       ($contact['fetch_further_information'] == 2),
+                                       $fetch_further_information == LocalRelationship::FFI_BOTH,
                                        $contact['ffi_keyword_blacklist'] ?? ''
                                );