forked from mirror/pixelfed
Update StatusService
This commit is contained in:
parent
4339a1e106
commit
63f723decb
1 changed files with 0 additions and 1 deletions
|
@ -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'])) {
|
||||
|
|
Loading…
Reference in a new issue