mirror of
https://github.com/friendica/friendica
synced 2025-04-25 15:10:13 +00:00
lost comment boxes on status.net conversations
This commit is contained in:
parent
6c1d587ae3
commit
64a7d0b578
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue