From 182b9d5ca6335e6f311553b2ebaf7a067d147d83 Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Wed, 6 Jun 2018 00:21:56 +0200 Subject: show latest tweets instead of top tweets --- model/Room.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model/Room.php') diff --git a/model/Room.php b/model/Room.php index 3552f60..21a05a9 100644 --- a/model/Room.php +++ b/model/Room.php @@ -113,7 +113,7 @@ class Room public function getTwitterUrl() { return sprintf( - 'https://twitter.com/search?q=%s', + 'https://twitter.com/search?f=tweets&q=%s', rawurlencode($this->getTwitterText()) ); } -- cgit v1.2.3