forked from mirror/pixelfed
commit
966cfe8e09
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class StoryController extends Controller
|
||||||
|
|
||||||
$stories = Story::with('profile')
|
$stories = Story::with('profile')
|
||||||
->whereIn('profile_id', $following)
|
->whereIn('profile_id', $following)
|
||||||
->groupBy('profile_id')
|
->groupBy(['id', 'profile_id'])
|
||||||
->where('expires_at', '>', now())
|
->where('expires_at', '>', now())
|
||||||
->orderByDesc('expires_at')
|
->orderByDesc('expires_at')
|
||||||
->take(9)
|
->take(9)
|
||||||
|
|
Loading…
Reference in a new issue