Merge pull request #4806 from pixelfed/staging

Update DirectMessageController
This commit is contained in:
daniel 2023-12-08 05:48:38 -07:00 committed by GitHub
commit d66cf5d028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -546,6 +546,7 @@ class DirectMessageController extends Controller
StatusService::del($status->id, true);
$status->forceDeleteQuietly();
return [200];
}