lost comment boxes on status.net conversations

This commit is contained in:
Friendika 2011-05-03 18:05:11 -07:00
parent 6c1d587ae3
commit 64a7d0b578
2 changed files with 2 additions and 2 deletions

View file

@ -225,7 +225,7 @@ function conversation(&$a, $items, $mode, $update) {
$comments = array();
foreach($items as $item) {
if(intval($item['gravity']) == 6) {
if((intval($item['gravity']) == 6) && ($item['id'] != $item['parent'])) {
if(! x($comments,$item['parent']))
$comments[$item['parent']] = 1;
else