forked from mirror/pixelfed
Update FollowPipeline
This commit is contained in:
parent
49d825f5b2
commit
52bbe0061a
|
@ -21,6 +21,13 @@ class FollowActivityPubDeliver implements ShouldQueue
|
||||||
|
|
||||||
protected $followRequest;
|
protected $followRequest;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Delete the job if its models no longer exist.
|
||||||
|
*
|
||||||
|
* @var bool
|
||||||
|
*/
|
||||||
|
public $deleteWhenMissingModels = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new job instance.
|
* Create a new job instance.
|
||||||
*
|
*
|
||||||
|
|
|
@ -18,6 +18,13 @@ class FollowPipeline implements ShouldQueue
|
||||||
|
|
||||||
protected $follower;
|
protected $follower;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 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