Update ImportPipeline

pull/1046/head
Daniel Supernault 7 years ago
parent 06fe1f0669
commit a27418d4ef
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -50,6 +50,10 @@ class ImportInstagram implements ShouldQueue
*/
public function handle()
{
if(config('pixelfed.import.instagram.enabled') != true) {
return;
}
$job = $this->job;
$profile = $this->job->profile;
$json = $job->mediaJson();

Loading…
Cancel
Save