]> git.mxchange.org Git - friendica.git/blobdiff - mod/community.php
Added to-do
[friendica.git] / mod / community.php
index 61cca730df07b00c8a3cef39568c439c1c4b694d..3cafced5426469192c3fbfa3d4260e461fcb4f32 100644 (file)
@@ -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`