diff --git a/include/conversation.php b/include/conversation.php index a45befe5b..943ebfeba 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 .= '' . '