Added documentation

This commit is contained in:
Michael 2018-01-20 14:10:37 +00:00
parent 1b74650807
commit 1649a12b84
1 changed files with 3 additions and 0 deletions

View File

@ -614,7 +614,10 @@ function item_post(App $a) {
$datarray['pubmail'] = $pubmail_enabled;
$datarray['attach'] = $attachments;
$datarray['bookmark'] = intval($bookmark);
// This is not a bug. The item store function changes 'parent-uri' to 'thr-parent' and fetches 'parent-uri' new. (We should change this)
$datarray['parent-uri'] = $thr_parent_uri;
$datarray['postopts'] = $postopts;
$datarray['origin'] = $origin;
$datarray['moderated'] = false;