mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Merge pull request #1788 from pixelfed/staging
Update AdminInstanceController, fix instance scan
This commit is contained in:
commit
58669be829
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ trait AdminInstanceController
|
|||
{
|
||||
Profile::whereNotNull('domain')
|
||||
->latest()
|
||||
->groupBy('domain')
|
||||
->groupBy(['domain', 'id'])
|
||||
->where('created_at', '>', now()->subMonths(2))
|
||||
->chunk(100, function($domains) {
|
||||
foreach($domains as $domain) {
|
||||
|
|
Loading…
Reference in a new issue