mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update StatusPipeline
This commit is contained in:
parent
749d5101f4
commit
b86a9d9524
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class StatusDelete implements ShouldQueue
|
|||
Report::whereObjectType('App\Status')
|
||||
->whereObjectId($status->id)
|
||||
->delete();
|
||||
$status->delete();
|
||||
$status->forceDelete();
|
||||
});
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue