Merge pull request #5485 from pixelfed/staging

Update Discover, fix account bug
pull/5442/head^2
daniel 4 months ago committed by GitHub
commit a5ecae9b66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -190,6 +190,7 @@ class DiscoverController extends Controller
})->filter(function ($s) use ($filtered) {
return
$s &&
isset($s['account'], $s['account']['id']) &&
! in_array($s['account']['id'], $filtered) &&
isset($s['account']);
})->values();

Loading…
Cancel
Save