sforkowany z mirror/friendica
When deleting, don't send the parent via DFRN
rodzic
1693633e05
commit
2f121aa828
|
@ -242,7 +242,8 @@ class Delivery {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($normal_mode) {
|
if ($normal_mode) {
|
||||||
if ($item_id == $item['id'] || $item['id'] == $item['parent']) {
|
// Only add the parent when we don't delete other items.
|
||||||
|
if ($item_id == $item['id'] || (($item['id'] == $item['parent']) && ($cmd != 'drop'))) {
|
||||||
$item["entry:comment-allow"] = true;
|
$item["entry:comment-allow"] = true;
|
||||||
$item["entry:cid"] = (($top_level) ? $contact['id'] : 0);
|
$item["entry:cid"] = (($top_level) ? $contact['id'] : 0);
|
||||||
$msgitems[] = $item;
|
$msgitems[] = $item;
|
||||||
|
|
Ładowanie…
Reference in New Issue