forked from mirror/pixelfed
Update InstagramImportPipeline
This commit is contained in:
parent
8edeab11d6
commit
a9e4589e36
|
@ -25,7 +25,14 @@ class ImportInstagram implements ShouldQueue
|
|||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
|
||||
protected $job;
|
||||
|
||||
|
||||
/**
|
||||
* Delete the job if its models no longer exist.
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
public $deleteWhenMissingModels = true;
|
||||
|
||||
/**
|
||||
* Create a new job instance.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue