浏览代码

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);
     }