remote-self: "origin" and "last-child" need to be set as well.
This commit is contained in:
parent
3e9e682723
commit
23c4c39a1f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user