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

Merged
annando merged 1 commits from twitter-wall into develop 2023-01-10 21:56:44 +01:00
1 changed files with 2 additions and 0 deletions

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;