mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update MentionPipeline
This commit is contained in:
parent
bb2ad95e55
commit
7e16e9d43f
1 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,13 @@ class MentionPipeline implements ShouldQueue
|
|||
protected $status;
|
||||
protected $mention;
|
||||
|
||||
/**
|
||||
* Delete the job if its models no longer exist.
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
public $deleteWhenMissingModels = true;
|
||||
|
||||
/**
|
||||
* Create a new job instance.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue