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=ddd2c72be8e7245389f97d74dd847f5a20410936;p=friendica.git Continued: - adapted from upstream/develop --- diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php index b425f1cd27..4438c31fde 100644 --- a/src/Protocol/Feed.php +++ b/src/Protocol/Feed.php @@ -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'] ?? '' );