1
0
Fork 0

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

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