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

pull/1089/head
Michael Vogel 2014-09-01 15:28:31 +02:00
rodzic 3e9e682723
commit 23c4c39a1f
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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