From 23c4c39a1ff7a35abc4314eded7ad5d1ab5e5867 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 1 Sep 2014 15:28:31 +0200 Subject: [PATCH] remote-self: "origin" and "last-child" need to be set as well. --- include/items.php | 2 ++ 1 file changed, 2 insertions(+) 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; }