Twitter: Set "wall" on remote-self #1349

Merged
annando merged 1 commit from twitter-wall into develop 2023-01-10 21:56:44 +01:00

View file

@ -2304,6 +2304,8 @@ function twitter_fetchhometimeline(App $a, int $uid): void
}
}
$postarray['wall'] = (bool)$notify;
$item = Item::insert($postarray, $notify);
$postarray['id'] = $item;