mirror of https://github.com/pixelfed/pixelfed.git
Merge pull request #4806 from pixelfed/staging
Update DirectMessageController
This commit is contained in:
commit
d66cf5d028
|
@ -546,6 +546,7 @@ class DirectMessageController extends Controller
|
||||||
|
|
||||||
StatusService::del($status->id, true);
|
StatusService::del($status->id, true);
|
||||||
|
|
||||||
|
$status->forceDeleteQuietly();
|
||||||
return [200];
|
return [200];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue