From 64a7d0b578ae3264eb65bd4ad1c20a38d63cf3bf Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 3 May 2011 18:05:11 -0700 Subject: lost comment boxes on status.net conversations --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/conversation.php') diff --git a/include/conversation.php b/include/conversation.php index 1558a5c41..7c30c01c2 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -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 -- cgit v1.2.3