1
0
Fork 0

Update FeedInsertPipeline, self fanout, oof

This commit is contained in:
Daniel Supernault 2023-11-13 06:33:52 -07:00
parent a5204f3e67
commit cf50618696
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
1 changed files with 1 additions and 0 deletions

View File

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