From 3a2e5d480ca26916e152acac5e2bd4547c05aefd Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 11 May 2021 12:14:44 +0000 Subject: update include/items.php --- include/items.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/include/items.php b/include/items.php index 9e2a1c10e..29160c01d 100644 --- a/include/items.php +++ b/include/items.php @@ -4555,13 +4555,6 @@ function items_fetch($arr,$channel = null,$observer_hash = null,$client_mode = C $item_uids = " item.uid = " . intval($uid) . " "; } - if (! (isset($arr['include_follow']) && intval($arr['include_follow']))) { - $sql_options .= sprintf(" and not verb in ('%s', '%s') ", - dbesc(ACTIVITY_FOLLOW), - dbesc(ACTIVITY_UNFOLLOW) - ); - } - if($arr['star']) $sql_options .= " and item_starred = 1 "; @@ -4629,7 +4622,7 @@ function items_fetch($arr,$channel = null,$observer_hash = null,$client_mode = C } if($channel && intval($arr['compat']) === 1) { - $sql_extra = " AND author_xchan = '" . $channel['channel_hash'] . "' and item_private = 0 $sql_options $item_normal "; + $sql_extra = " AND author_xchan = '" . $channel['channel_hash'] . "' and item_private = 0 $item_normal "; } if ($arr['datequery']) { -- cgit v1.2.3