mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-25 01:05:36 +00:00
Update DiscoverController, fixes #520
This commit is contained in:
parent
5695cfaab5
commit
d06a3068ed
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ class DiscoverController extends Controller
|
|||
->firstOrFail();
|
||||
|
||||
$posts = $tag->posts()
|
||||
->withCount(['likes', 'comments'])
|
||||
->whereIsNsfw(false)
|
||||
->whereVisibility('public')
|
||||
->has('media')
|
||||
|
|
Loading…
Reference in a new issue