mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +00:00
Update LikePipeline
This commit is contained in:
parent
84960d701c
commit
bb2ad95e55
1 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,13 @@ class LikePipeline implements ShouldQueue
|
||||||
|
|
||||||
protected $like;
|
protected $like;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 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 a new issue