Jelajahi Sumber

Update RemoteStatusDeletePipeline

Daniel Supernault 11 bulan lalu
induk
melakukan
f3b596f0c8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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);
-        AccountStatService::decrementPostCount($status->profile_id);
+        // AccountStatService::decrementPostCount($status->profile_id);
         return $this->unlinkRemoveMedia($status);
     }