mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update api, remove auth requirement for hashtag timeline
This commit is contained in:
parent
55c3eaf26d
commit
c8e43c6094
1 changed files with 0 additions and 2 deletions
|
@ -1988,8 +1988,6 @@ class ApiV1Controller extends Controller
|
|||
*/
|
||||
public function timelineHashtag(Request $request, $hashtag)
|
||||
{
|
||||
abort_if(!$request->user(), 403);
|
||||
|
||||
$this->validate($request,[
|
||||
'page' => 'nullable|integer|max:40',
|
||||
'min_id' => 'nullable|integer|min:0|max:' . PHP_INT_MAX,
|
||||
|
|
Loading…
Reference in a new issue