mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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();
|
->firstOrFail();
|
||||||
|
|
||||||
$posts = $tag->posts()
|
$posts = $tag->posts()
|
||||||
|
->withCount(['likes', 'comments'])
|
||||||
->whereIsNsfw(false)
|
->whereIsNsfw(false)
|
||||||
->whereVisibility('public')
|
->whereVisibility('public')
|
||||||
->has('media')
|
->has('media')
|
||||||
|
|
Loading…
Add table
Reference in a new issue