mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update FeedInsertPipeline, self fanout, oof
This commit is contained in:
parent
a5204f3e67
commit
cf50618696
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue