mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1922 from pixelfed/staging
Revert StoryController update
This commit is contained in:
commit
5184c2a6ce
1 changed files with 1 additions and 1 deletions
|
@ -106,8 +106,8 @@ class StoryController extends Controller
|
|||
|
||||
$stories = Story::with('profile')
|
||||
->whereIn('profile_id', $following)
|
||||
->groupBy(['id', 'profile_id'])
|
||||
->where('expires_at', '>', now())
|
||||
->groupBy('profile_id')
|
||||
->orderByDesc('expires_at')
|
||||
->take(9)
|
||||
->get()
|
||||
|
|
Loading…
Reference in a new issue