mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update FeedInsertPipeline
This commit is contained in:
parent
06bee36c52
commit
957bbbc2bd
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ class FeedInsertPipeline implements ShouldQueue, ShouldBeUniqueUntilProcessing
|
||||||
|
|
||||||
HomeTimelineService::add($this->pid, $this->sid);
|
HomeTimelineService::add($this->pid, $this->sid);
|
||||||
|
|
||||||
|
|
||||||
$ids = FollowerService::localFollowerIds($this->pid);
|
$ids = FollowerService::localFollowerIds($this->pid);
|
||||||
|
|
||||||
if(!$ids || !count($ids)) {
|
if(!$ids || !count($ids)) {
|
||||||
|
|
Loading…
Reference in a new issue