1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-28 18:56:58 +00:00

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

View file

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