We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a30ec commit 028b9dfCopy full SHA for 028b9df
src/Loop/Update/UpdateLoop.php
@@ -104,6 +104,8 @@ public function loop(): ?float
104
if ($this->authorizedDc === null) {
105
return self::PAUSE;
106
}
107
+ $this->API->feeders[$this->channelId] ??= new FeedLoop($this->API, $this->channelId);
108
+
109
$this->feeder = $this->API->feeders[$this->channelId];
110
$state = $this->channelId === self::GENERIC ? $this->API->loadUpdateState() : $this->API->loadChannelState($this->channelId);
111
0 commit comments