]> git.mxchange.org Git - friendica.git/blobdiff - mod/community.php
OStatus-Conversation auto completion works now.
[friendica.git] / mod / community.php
index aa5bb7268d2dc3d25472516bdbbd09bf6b5b14e2..a7f5c9bf82effde18ef00a6c3fa57e13b7e0ccb5 100644 (file)
@@ -75,12 +75,13 @@ function community_content(&$a, $update = 0) {
                AND `item`.`allow_cid` = ''  AND `item`.`allow_gid` = ''
                AND `item`.`deny_cid`  = '' AND `item`.`deny_gid`  = '' 
                AND `item`.`private` = 0 AND `item`.`wall` = 1 AND `user`.`hidewall` = 0
-               AND `contact`.`blocked` = 0 AND `contact`.`pending` = 0 group by `item`.`uri`
+               AND `contact`.`blocked` = 0 AND `contact`.`pending` = 0
                ORDER BY `received` DESC LIMIT %d, %d ",
                intval($a->pager['start']),
                intval($a->pager['itemspage'])
 
        );
+//             AND `contact`.`blocked` = 0 AND `contact`.`pending` = 0 group by `item`.`uri`
 
        if(! count($r)) {
                info( t('No results.') . EOL);