1
0
Fork 0

Update DirectMessageController

This commit is contained in:
Daniel Supernault 2023-12-08 05:48:04 -07:00
parent ed5e956a54
commit 38fee418a9
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
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];
}