1
0
Fork 0

Update FollowPipeline

This commit is contained in:
Daniel Supernault 2019-01-12 15:22:34 -07:00
parent 49d825f5b2
commit 52bbe0061a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
2 changed files with 14 additions and 0 deletions

View File

@ -21,6 +21,13 @@ class FollowActivityPubDeliver implements ShouldQueue
protected $followRequest;
/**
* Delete the job if its models no longer exist.
*
* @var bool
*/
public $deleteWhenMissingModels = true;
/**
* Create a new job instance.
*

View File

@ -18,6 +18,13 @@ class FollowPipeline implements ShouldQueue
protected $follower;
/**
* Delete the job if its models no longer exist.
*
* @var bool
*/
public $deleteWhenMissingModels = true;
/**
* Create a new job instance.
*