mirror of https://github.com/pixelfed/pixelfed.git
Update CommentPipeline
This commit is contained in:
parent
52bbe0061a
commit
8c0119e69d
|
@ -20,6 +20,13 @@ class CommentPipeline implements ShouldQueue
|
||||||
protected $status;
|
protected $status;
|
||||||
protected $comment;
|
protected $comment;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Delete the job if its models no longer exist.
|
||||||
|
*
|
||||||
|
* @var bool
|
||||||
|
*/
|
||||||
|
public $deleteWhenMissingModels = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new job instance.
|
* Create a new job instance.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue