This commit is contained in:
Friendika 2011-10-04 22:00:45 -07:00
parent 6ff221d5a1
commit ab50521971
2 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ function delivery_run($argv, $argc){
continue;
if($normal_mode) {
if($item_id == $item['id'])
if($item_id == $item['id'] || $item['id'] == $item['parent'])
$atom .= atom_entry($item,'text',$item_contact,$owner,true);
}
else

View File

@ -361,7 +361,7 @@ function notifier_run($argv, $argc){
continue;
if($normal_mode) {
if($item_id == $item['id'])
if($item_id == $item['id'] || $item['id'] == $item['parent'])
$atom .= atom_entry($item,'text',$contact,$owner,true);
}
else