mirror of
https://github.com/voc/streaming-website
synced 2024-11-12 23:47:14 +00:00
show latest tweets instead of top tweets
This commit is contained in:
parent
56b4d60573
commit
182b9d5ca6
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue