From d116d79182aeed3fc9a470ffddbcae86b9939ca9 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 10 Jan 2023 20:00:46 +0000 Subject: [PATCH] Twitter: Set "wall" on remote-self --- twitter/twitter.php | 2 ++ 1 file changed, 2 insertions(+) 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;