aboutsummaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
authorAndreas Hubel2018-06-06 00:21:56 +0200
committerAndreas Hubel2018-06-06 00:22:39 +0200
commit182b9d5ca6335e6f311553b2ebaf7a067d147d83 (patch)
treeaf1144345762838fe722403b51444b6740b78542 /model
parent56b4d60573a89a74abfb8fb306b7716fe7b87f74 (diff)
show latest tweets instead of top tweets
Diffstat (limited to 'model')
-rw-r--r--model/Room.php2
1 files changed, 1 insertions, 1 deletions
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())
);
}