Update StatusService

This commit is contained in:
Daniel Supernault 2022-12-30 21:05:11 -07:00
parent 4339a1e106
commit 63f723decb
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -137,7 +137,6 @@ class StatusService
public static function del($id, $purge = false)
{
if($purge) {
$status = self::get($id);
if($status && isset($status['account']) && isset($status['account']['id'])) {