mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update ApiController, fix nulls in hashtag endpoint
This commit is contained in:
parent
d48ebb829c
commit
f1208de0ef
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue