forked from mirror/pixelfed
Update CommentPipeline
This commit is contained in:
parent
52bbe0061a
commit
8c0119e69d
1 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,13 @@ class CommentPipeline implements ShouldQueue
|
|||
protected $status;
|
||||
protected $comment;
|
||||
|
||||
/**
|
||||
* Delete the job if its models no longer exist.
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
public $deleteWhenMissingModels = true;
|
||||
|
||||
/**
|
||||
* Create a new job instance.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue