1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-23 00:05:29 +00:00

Update MentionPipeline

This commit is contained in:
Daniel Supernault 2019-01-12 15:17:28 -07:00
parent bb2ad95e55
commit 7e16e9d43f
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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.
*