From d8c9cece1532cb77590aa9f38eb2c1bfce2fc522 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 28 Mar 2026 08:07:51 -0600 Subject: [PATCH] Lint --- app/Console/Commands/UserAccountDelete.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/Console/Commands/UserAccountDelete.php b/app/Console/Commands/UserAccountDelete.php index ef310fab8..0062a3006 100644 --- a/app/Console/Commands/UserAccountDelete.php +++ b/app/Console/Commands/UserAccountDelete.php @@ -301,12 +301,6 @@ class UserAccountDelete extends Command 'User-Agent' => 'Pixelfed ('.config('app.url').')', 'Accept' => 'application/activity+json, application/ld+json; profile="https://www.w3.org/ns/activitystreams"', ], - 'curl' => [ - CURLOPT_TCP_FASTOPEN => true, - CURLOPT_TCP_NODELAY => true, - CURLOPT_FORBID_REUSE => false, - CURLOPT_FRESH_CONNECT => false, - ], ]); }