Merge pull request #5864 from pixelfed/staging

Update ApiV1Controller.php
pull/5871/head
daniel 2025-03-15 02:32:37 -06:00 zatwierdzone przez GitHub
commit ebef35cbf1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3014,7 +3014,7 @@ class ApiV1Controller extends Controller
'since_id' => 'nullable|integer',
]);
$limit = $request->input('limit', 10);
$limit = $request->input('limit', 20);
if ($limit > 20) {
$limit = 20;
}