Fixed trending

This commit is contained in:
Pablo Ferreiro
2022-02-13 22:30:47 +01:00
parent 90cf0bfb56
commit 1d37d8c417
2 changed files with 5 additions and 1 deletions
+1 -1
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);