]> git.mxchange.org Git - friendica-addons.git/commitdiff
Remove some comments
authorMichael <heluecht@pirati.ca>
Sat, 10 Dec 2016 11:17:26 +0000 (11:17 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 10 Dec 2016 11:17:26 +0000 (11:17 +0000)
twitter/twitter.php

index e862fc7ac1a4f0054d915279d32c21a226268349..253ed4ab1a2db4386f37a8762747e9490f2292b4 100644 (file)
@@ -800,7 +800,6 @@ function twitter_fetchtimeline($a, $uid) {
        require_once('library/twitteroauth.php');
        $connection = new TwitterOAuth($ckey,$csecret,$otoken,$osecret);
 
-       //$parameters = array("exclude_replies" => true, "trim_user" => false, "contributor_details" => true, "include_rts" => true);
        $parameters = array("exclude_replies" => true, "trim_user" => false, "contributor_details" => true, "include_rts" => true, "tweet_mode" => "extended");
 
        $first_time = ($lastid == "");