kopia lustrzana https://github.com/pixelfed/pixelfed
Update ApiController, fix nulls in hashtag endpoint
rodzic
d48ebb829c
commit
f1208de0ef
|
|
@ -2029,6 +2029,7 @@ class ApiV1Controller extends Controller
|
|||
->map(function ($i) {
|
||||
return StatusService::get($i);
|
||||
})
|
||||
->filter()
|
||||
->all();
|
||||
|
||||
return response()->json($res, 200, [], JSON_PRETTY_PRINT);
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue