mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-25 17:26:43 +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);
|
$ids = FollowerService::localFollowerIds($this->pid);
|
||||||
|
|
||||||
|
HomeTimelineService::add($this->pid, $this->sid);
|
||||||
foreach($ids as $id) {
|
foreach($ids as $id) {
|
||||||
HomeTimelineService::add($id, $this->sid);
|
HomeTimelineService::add($id, $this->sid);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue