Merge pull request #5230 from pixelfed/staging

Update RemoteStatusDeletePipeline
pull/5259/head
daniel 8 months ago committed by GitHub
commit 34c55be407
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save