mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
mod/item.php pass 'parent' to notification
This commit is contained in:
parent
da52792d06
commit
2d5f8b4b48
1 changed files with 2 additions and 1 deletions
|
@ -755,7 +755,8 @@ function item_post(&$a) {
|
|||
'source_link' => $datarray['author-link'],
|
||||
'source_photo' => $datarray['author-avatar'],
|
||||
'verb' => ACTIVITY_POST,
|
||||
'otype' => 'item'
|
||||
'otype' => 'item',
|
||||
'parent' => $parent,
|
||||
));
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue