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