Browse Source

Update FeedInsertPipeline, self fanout, oof

Daniel Supernault 1 year ago
parent
commit
cf50618696
1 changed files with 1 additions and 0 deletions
  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);
         }