mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-18 02:20:46 +00:00
Update Discover, fix account bug
This commit is contained in:
parent
207bb36c89
commit
b27679fc88
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue