Skip to content

Commit

Permalink
Update api, remove auth requirement for hashtag timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed May 27, 2021
1 parent 55c3eaf commit c8e43c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Http/Controllers/Api/ApiV1Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -1988,8 +1988,6 @@ public function statusUnshare(Request $request, $id)
*/
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,
Expand Down

0 comments on commit c8e43c6

Please sign in to comment.