|
@@ -18,7 +18,14 @@ class StatusActivityPubDeliver implements ShouldQueue
|
|
|
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
|
|
|
|
|
protected $status;
|
|
|
-
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Delete the job if its models no longer exist.
|
|
|
+ *
|
|
|
+ * @var bool
|
|
|
+ */
|
|
|
+ public $deleteWhenMissingModels = true;
|
|
|
+
|
|
|
/**
|
|
|
* Create a new job instance.
|
|
|
*
|