mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update StatusDeletePipeline
This commit is contained in:
parent
f2be7ea551
commit
f47161fcd9
1 changed files with 0 additions and 2 deletions
|
@ -11,7 +11,6 @@ use App\{
|
|||
Status,
|
||||
StatusHashtag,
|
||||
};
|
||||
use App\Models\StatusVideo;
|
||||
use Illuminate\Bus\Queueable;
|
||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||
use Illuminate\Foundation\Bus\Dispatchable;
|
||||
|
@ -119,7 +118,6 @@ class StatusDelete implements ShouldQueue
|
|||
->forceDelete();
|
||||
$tag->delete();
|
||||
});
|
||||
StatusVideo::whereStatusId($status->id)->delete();
|
||||
AccountInterstitial::where('item_type', 'App\Status')
|
||||
->where('item_id', $status->id)
|
||||
->delete();
|
||||
|
|
Loading…
Reference in a new issue