show latest tweets instead of top tweets

This commit is contained in:
Andreas Hubel 2018-06-06 00:21:56 +02:00
parent 56b4d60573
commit 182b9d5ca6

View file

@ -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())
);
}