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
1 changed files with 0 additions and 1 deletions

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'])) {