Update RemoteStatusDeletePipeline

pull/5230/head
Daniel Supernault 9 months ago
parent c38bd54792
commit f3b596f0c8
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -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