forked from mirror/pixelfed
Update RemoteStatusDeletePipeline
This commit is contained in:
parent
c38bd54792
commit
f3b596f0c8
|
@ -109,7 +109,7 @@ class RemoteStatusDelete implements ShouldQueue, ShouldBeUniqueUntilProcessing
|
|||
}
|
||||
|
||||
StatusService::del($status->id, true);
|
||||
AccountStatService::decrementPostCount($status->profile_id);
|
||||
// AccountStatService::decrementPostCount($status->profile_id);
|
||||
return $this->unlinkRemoveMedia($status);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue