From 9e7467f8f9a98bbc94d565328a15da1beb970d54 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 18 Sep 2019 05:56:06 +0000 Subject: [PATCH] Added to-do --- mod/community.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/community.php b/mod/community.php index 61cca730df..3cafced542 100644 --- a/mod/community.php +++ b/mod/community.php @@ -227,6 +227,7 @@ function community_getitems($start, $itemspage, $content, $accounttype) $values = [$start, $itemspage]; } + /// @todo Use "unsearchable" here as well (instead of "hidewall") $r = DBA::p("SELECT `item`.`uri`, `author`.`url` AS `author-link` FROM `thread` STRAIGHT_JOIN `user` ON `user`.`uid` = `thread`.`uid` AND NOT `user`.`hidewall` STRAIGHT_JOIN `item` ON `item`.`id` = `thread`.`iid`