Update api, remove auth requirement for hashtag timeline

pull/2771/head
Daniel Supernault 2021-05-26 20:11:25 -06:00
rodzic 55c3eaf26d
commit c8e43c6094
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -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,