mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-18 10:30:45 +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) {
|
})->filter(function ($s) use ($filtered) {
|
||||||
return
|
return
|
||||||
$s &&
|
$s &&
|
||||||
|
isset($s['account'], $s['account']['id']) &&
|
||||||
! in_array($s['account']['id'], $filtered) &&
|
! in_array($s['account']['id'], $filtered) &&
|
||||||
isset($s['account']);
|
isset($s['account']);
|
||||||
})->values();
|
})->values();
|
||||||
|
|
Loading…
Reference in a new issue