]> 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>
Wed, 17 Jan 2024 00:03:07 +0000 (01:03 +0100)
- adapted from upstream/develop

src/Protocol/Feed.php

index b425f1cd27b0f79a744054392f4031548b403df8..4438c31fde2143623eb7e3760ff31b45eafe78af 100644 (file)
@@ -617,8 +617,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'] ?? ''
                                );