mirror of https://github.com/pixelfed/pixelfed.git
Merge pull request #4688 from pixelfed/staging
Update AdminReportController, add `profile_id` to group by. Fixes #4685
This commit is contained in:
commit
f38226c527
|
@ -643,7 +643,7 @@ trait AdminReportController
|
|||
$q->whereNull('admin_seen') :
|
||||
$q->whereNotNull('admin_seen');
|
||||
})
|
||||
->groupBy(['id', 'object_id', 'object_type'])
|
||||
->groupBy(['id', 'object_id', 'object_type', 'profile_id'])
|
||||
->cursorPaginate(6)
|
||||
->withQueryString()
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue