浏览代码

Update StoryFanout, remove unused variable

Daniel Supernault 3 年之前
父节点
当前提交
d43908780f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/Jobs/StoryPipeline/StoryFanout.php

+ 0 - 1
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})",