Twitter: Set "wall" on remote-self
authorMichael <heluecht@pirati.ca>
Tue, 10 Jan 2023 20:00:46 +0000 (20:00 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 10 Jan 2023 20:00:46 +0000 (20:00 +0000)
twitter/twitter.php

index a8a45ac..83e1045 100644 (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;