1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica-addons.git synced 2025-07-30 16:31:47 +00:00

Merge pull request from annando/twitter-wall

Twitter: Set "wall" on remote-self
This commit is contained in:
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

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;