[TwitterBridge] Fetch latest tweets on hashtag or keyword query (#1674)

This commit is contained in:
Eugene Molotov 2020-08-02 19:40:41 +05:00 committed by GitHub
parent 7709b8d662
commit 5be251a66e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ EOD
return self::API_URI
. '/2/search/adaptive.json?q='
. urlencode($this->getInput('q'))
. '&tweet_mode=extended';
. '&tweet_mode=extended&tweet_search_mode=live';
case 'By username':
return self::API_URI
. '/2/timeline/profile/'