From: Michael Vogel Date: Mon, 1 Sep 2014 13:28:31 +0000 (+0200) Subject: remote-self: "origin" and "last-child" need to be set as well. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=23c4c39a1ff7a35abc4314eded7ad5d1ab5e5867;p=friendica.git remote-self: "origin" and "last-child" need to be set as well. --- diff --git a/include/items.php b/include/items.php index 5a238d4fde..93bdcb4c39 100644 --- a/include/items.php +++ b/include/items.php @@ -989,6 +989,8 @@ function item_store($arr,$force_parent = false, $notify = false) { if ($notify) { $arr['wall'] = 1; $arr['type'] = 'wall'; + $arr['origin'] = 1; + $arr['last-child'] = 1; $arr['network'] = NETWORK_DFRN; }