From: Roland Häder Date: Sat, 12 Aug 2023 16:10:01 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=956c464c0ac9b5d55d11ee3fd0510525fb146431;p=friendica.git Continued: - adapted from upstream/develop --- diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php index 2659a964a6..5000d00a16 100644 --- a/src/Protocol/Feed.php +++ b/src/Protocol/Feed.php @@ -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'] ?? '' );