Merge pull request #1349 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
+2
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;