From d43908780ff3152b0394bc30e790583ae9de5ff2 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 2 May 2022 17:11:29 -0600 Subject: [PATCH] Update StoryFanout, remove unused variable --- app/Jobs/StoryPipeline/StoryFanout.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Jobs/StoryPipeline/StoryFanout.php b/app/Jobs/StoryPipeline/StoryFanout.php index 12f37cbf0..e34bdb23a 100644 --- a/app/Jobs/StoryPipeline/StoryFanout.php +++ b/app/Jobs/StoryPipeline/StoryFanout.php @@ -81,7 +81,6 @@ class StoryFanout implements ShouldQueue foreach($audience as $url) { $version = config('pixelfed.version'); $appUrl = config('app.url'); - $proxy = config(''); $headers = HttpSignature::sign($profile, $url, $activity, [ 'Content-Type' => 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"', 'User-Agent' => "(Pixelfed/{$version}; +{$appUrl})",