Skip to content

Commit 028b9df

Browse files
committed
Small test
1 parent 41a30ec commit 028b9df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Loop/Update/UpdateLoop.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ public function loop(): ?float
104104
if ($this->authorizedDc === null) {
105105
return self::PAUSE;
106106
}
107+
$this->API->feeders[$this->channelId] ??= new FeedLoop($this->API, $this->channelId);
108+
107109
$this->feeder = $this->API->feeders[$this->channelId];
108110
$state = $this->channelId === self::GENERIC ? $this->API->loadUpdateState() : $this->API->loadChannelState($this->channelId);
109111

0 commit comments

Comments
 (0)