fix permalinks to children of articles and cards

This commit is contained in:
zotlabs
2018-04-05 16:58:37 -07:00
parent fe401203bd
commit b7386a0e88
4 changed files with 6 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ class React extends \Zotlabs\Web\Controller {
$n['aid'] = $channel['channel_account_id'];
$n['uid'] = $channel['channel_id'];
$n['item_origin'] = true;
$n['item_type'] = $i[0]['item_type'];
$n['parent'] = $postid;
$n['parent_mid'] = $i[0]['mid'];
$n['mid'] = item_message_id();