]> git.mxchange.org Git - friendica.git/commitdiff
remote-self: "origin" and "last-child" need to be set as well.
authorMichael Vogel <icarus@dabo.de>
Mon, 1 Sep 2014 13:28:31 +0000 (15:28 +0200)
committerMichael Vogel <icarus@dabo.de>
Mon, 1 Sep 2014 13:28:31 +0000 (15:28 +0200)
include/items.php

index 5a238d4fdea1d6aa738094631d5f45a0acb0eb5e..93bdcb4c395e0665a2162175dc76b5286377181e 100644 (file)
@@ -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;
        }