mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update InternalApiController
This commit is contained in:
parent
66f4f05419
commit
cd89925c45
1 changed files with 0 additions and 3 deletions
|
@ -146,9 +146,6 @@ class InternalApiController extends Controller
|
|||
|
||||
$posts = Status::select('id', 'caption', 'profile_id')
|
||||
->whereHas('media')
|
||||
->whereHas('profile', function($q) {
|
||||
$q->where('is_private', false);
|
||||
})
|
||||
->whereIsNsfw(false)
|
||||
->whereVisibility('public')
|
||||
->whereNotIn('profile_id', $following)
|
||||
|
|
Loading…
Add table
Reference in a new issue