From: Michael Date: Tue, 10 Jan 2023 20:00:46 +0000 (+0000) Subject: Twitter: Set "wall" on remote-self X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d116d79182aeed3fc9a470ffddbcae86b9939ca9;p=friendica-addons.git Twitter: Set "wall" on remote-self --- diff --git a/twitter/twitter.php b/twitter/twitter.php index a8a45aca..83e10459 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -2304,6 +2304,8 @@ function twitter_fetchhometimeline(App $a, int $uid): void } } + $postarray['wall'] = (bool)$notify; + $item = Item::insert($postarray, $notify); $postarray['id'] = $item;