Merge pull request #3638 from pixelfed/staging

Update ApiV1Controller
pull/3656/head
daniel 3 years ago committed by GitHub
commit 3e9fd02827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1937,7 +1937,7 @@ class ApiV1Controller extends Controller
->latest()
->take(($limit * 2))
->get()
->map(function($s) use($pid) {
->map(function($s) use($pid, $napi) {
$status = $napi ? StatusService::get($s['id'], false) : StatusService::getMastodon($s['id'], false);
if(!$status || !isset($status['account']) || !isset($status['account']['id'])) {
return false;

Loading…
Cancel
Save