Quellcode durchsuchen

Update RemoteStatusDeletePipeline

Daniel Supernault vor 1 Jahr
Ursprung
Commit
f3b596f0c8
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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);
     }