Update Discover, fix account bug

This commit is contained in:
Daniel Supernault 2025-01-16 00:47:30 -07:00
parent 207bb36c89
commit b27679fc88
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1

View file

@ -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();