Преглед на файлове

Update RemoteStatusDeletePipeline

Daniel Supernault преди 11 месеца
родител
ревизия
f3b596f0c8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);
     }