remote-self: "origin" and "last-child" need to be set as well.

This commit is contained in:
Michael Vogel 2014-09-01 15:28:31 +02:00
parent 3e9e682723
commit 23c4c39a1f
1 changed files with 2 additions and 0 deletions

View 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;
}