]> git.mxchange.org Git - friendica-addons.git/commitdiff
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 a8a45acac4b19be34c3ec7beebb14a605e38f1dd..83e104599fe8ae8743e54c4a6a9ae7f04aaf4deb 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;