mirror of
https://github.com/voc/streaming-website
synced 2024-11-14 00:17:18 +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() {
|
public function getTwitterUrl() {
|
||||||
return sprintf(
|
return sprintf(
|
||||||
'https://twitter.com/search?q=%s',
|
'https://twitter.com/search?f=tweets&q=%s',
|
||||||
rawurlencode($this->getTwitterText())
|
rawurlencode($this->getTwitterText())
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue