Notices in twitter removed

This commit is contained in:
Michael 2018-08-08 03:20:33 +00:00
parent 20e42c09b7
commit ecbbc224d6

View file

@ -1499,7 +1499,7 @@ function twitter_fetchparentposts(App $a, $uid, $post, TwitterOAuth $connection,
$posts = [];
while ($post->in_reply_to_status_id_str != "") {
while (!empty($post->in_reply_to_status_id_str)) {
$parameters = ["trim_user" => false, "tweet_mode" => "extended", "id" => $post->in_reply_to_status_id_str];
try {