Merge pull request #1349 from annando/twitter-wall
Twitter: Set "wall" on remote-selfpull/1350/head
commit
2724d6f5d9
|
@ -2304,6 +2304,8 @@ function twitter_fetchhometimeline(App $a, int $uid): void
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$postarray['wall'] = (bool)$notify;
|
||||||
|
|
||||||
$item = Item::insert($postarray, $notify);
|
$item = Item::insert($postarray, $notify);
|
||||||
$postarray['id'] = $item;
|
$postarray['id'] = $item;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue