From: Michael Date: Sat, 20 Jan 2018 14:10:37 +0000 (+0000) Subject: Added documentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1649a12b84efd73071a7c41bbd663e2aa7d8e140;p=friendica.git Added documentation --- diff --git a/mod/item.php b/mod/item.php index f3cefeac39..76bdc61f80 100644 --- a/mod/item.php +++ b/mod/item.php @@ -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;