From 7a5626766edf752ed57b7c70ba79cab1d87a07b4 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 13 Sep 2026 21:58:16 +0930 Subject: [PATCH] Update PrivacySettings.php --- app/Http/Controllers/Settings/PrivacySettings.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Http/Controllers/Settings/PrivacySettings.php b/app/Http/Controllers/Settings/PrivacySettings.php index ed5cf10e3..bca31b746 100644 --- a/app/Http/Controllers/Settings/PrivacySettings.php +++ b/app/Http/Controllers/Settings/PrivacySettings.php @@ -226,9 +226,6 @@ trait PrivacySettings break; case 'remove-all': - // No restrictive ->select() here: chunkById needs the primary - // key ('id') to paginate. profile_id/following_id still come - // back on the full model for the dispatched job. Follower::whereFollowingId($profile->id) ->chunkById(100, function ($followers) { foreach ($followers as $follower) {