From 7192299ff14b9754aad2a7b85bff837dc2594bc6 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 10 Apr 2011 21:43:44 -0700 Subject: [PATCH] first cut at profile page conversation --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/conversation.php b/include/conversation.php index a45befe5bd..943ebfeba6 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -146,7 +146,7 @@ function conversation(&$a,$r, $mode, $update) { // If there are more than two comments, squash all but the last 2. if($item['id'] == $item['parent']) { - if($blowhard == $item['cid'] && (! $item['self'])) { + if($blowhard == $item['cid'] && (! $item['self']) && ($mode != 'profile')) { $blowhard_count ++; if($blowhard_count == 3) { $o .= '' . '