@@ -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.
*
@@ -18,6 +18,13 @@ class FollowPipeline implements ShouldQueue
protected $follower;