From 5be251a66e1c8423aecbc460e2fc0bf053610bc9 Mon Sep 17 00:00:00 2001 From: Eugene Molotov Date: Sun, 2 Aug 2020 19:40:41 +0500 Subject: [PATCH] [TwitterBridge] Fetch latest tweets on hashtag or keyword query (#1674) --- bridges/TwitterBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/TwitterBridge.php b/bridges/TwitterBridge.php index e4c44752..55aed722 100644 --- a/bridges/TwitterBridge.php +++ b/bridges/TwitterBridge.php @@ -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/'