Update RemoteStatusDeletePipeline

This commit is contained in:
Daniel Supernault 2024-07-19 00:01:44 -06:00
parent c38bd54792
commit f3b596f0c8
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1

View file

@ -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);
}