From 2ec28a59932defdf6353f8ed72e3e67ef5a90f9a Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 18 Apr 2018 15:56:57 -0700 Subject: just provide the trending tags in public stream by default and simplify the query to improve load times; I intend to do additional work on this feature later --- include/taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/taxonomy.php b/include/taxonomy.php index f65cdd941..e8d33986f 100644 --- a/include/taxonomy.php +++ b/include/taxonomy.php @@ -338,7 +338,7 @@ function pub_tagadelic($net,$site,$limit,$recent,$safemode,$type) { else { $sys = get_sys_channel(); $uids = " and item.uid = " . intval($sys['channel_id']) . " "; - $sql_extra = item_permissions_sql($sys['channel_id']); + $sql_extra = " and item_private = 0 "; } if($recent) -- cgit v1.2.3