mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 07:45:22 +00:00
Merge pull request #4806 from pixelfed/staging
Update DirectMessageController
This commit is contained in:
commit
d66cf5d028
1 changed files with 1 additions and 0 deletions
|
@ -546,6 +546,7 @@ class DirectMessageController extends Controller
|
|||
|
||||
StatusService::del($status->id, true);
|
||||
|
||||
$status->forceDeleteQuietly();
|
||||
return [200];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue