mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-30 10:52:18 +00:00
Merge pull request #1354 from pixelfed/frontend-ui-refactor
Update InternalApiController
This commit is contained in:
commit
3413891f49
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ class InternalApiController extends Controller
|
|||
->whereIsNsfw(false)
|
||||
->whereVisibility('public')
|
||||
->whereNotIn('profile_id', $following)
|
||||
->whereDate('created_at', '>', now()->subMonths(3))
|
||||
->with('media')
|
||||
->inRandomOrder()
|
||||
->take(36)
|
||||
|
|
Loading…
Reference in a new issue