Просмотр исходного кода

Update FeedInsertPipeline, self fanout, oof

Daniel Supernault 1 год назад
Родитель
Сommit
cf50618696
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Jobs/HomeFeedPipeline/FeedInsertPipeline.php

+ 1 - 0
app/Jobs/HomeFeedPipeline/FeedInsertPipeline.php

@@ -66,6 +66,7 @@ class FeedInsertPipeline implements ShouldQueue, ShouldBeUniqueUntilProcessing
     {
         $ids = FollowerService::localFollowerIds($this->pid);
 
+        HomeTimelineService::add($this->pid, $this->sid);
         foreach($ids as $id) {
             HomeTimelineService::add($id, $this->sid);
         }