Update v1 api
This commit is contained in:
parent
7d61e0ad8d
commit
1229cc1521
3 changed files with 30 additions and 1 deletions
|
@ -223,7 +223,7 @@ class PublicApiController extends Controller
|
|||
'page' => 'nullable|integer|max:40',
|
||||
'min_id' => 'nullable|integer|min:0|max:' . PHP_INT_MAX,
|
||||
'max_id' => 'nullable|integer|min:0|max:' . PHP_INT_MAX,
|
||||
'limit' => 'nullable|integer|max:20'
|
||||
'limit' => 'nullable|integer|max:30'
|
||||
]);
|
||||
|
||||
if(config('instance.timeline.local.is_public') == false && !Auth::check()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue