Fixed trending

This commit is contained in:
Pablo Ferreiro 2022-02-13 22:30:47 +01:00
parent 90cf0bfb56
commit 1d37d8c417
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
2 changed files with 5 additions and 1 deletions

View file

@ -8,7 +8,7 @@ use App\Helpers\RSS;
class TrendingController {
static public function get() {
$cursor = Misc::getCursor();
$cursor = Misc::getTtwid();
$page = $_GET['page'] ?? 0;
$api = Misc::api();
$feed = $api->getTrending($cursor, $page);