Browse Source

Update RemoteStatusDeletePipeline

Daniel Supernault 11 months ago
parent
commit
f3b596f0c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Jobs/StatusPipeline/RemoteStatusDelete.php

+ 1 - 1
app/Jobs/StatusPipeline/RemoteStatusDelete.php

@@ -109,7 +109,7 @@ class RemoteStatusDelete implements ShouldQueue, ShouldBeUniqueUntilProcessing
         }
         }
 
 
         StatusService::del($status->id, true);
         StatusService::del($status->id, true);
-        AccountStatService::decrementPostCount($status->profile_id);
+        // AccountStatService::decrementPostCount($status->profile_id);
         return $this->unlinkRemoveMedia($status);
         return $this->unlinkRemoveMedia($status);
     }
     }