Merge pull request #1349 from annando/twitter-wall

Twitter: Set "wall" on remote-self
pull/1350/head
Hypolite Petovan 2023-01-10 15:56:44 -05:00 committed by GitHub
commit 2724d6f5d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;