mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 10:34:38 +01:00
Update bugfix
This commit is contained in:
parent
396cd6fa83
commit
21c6c5bb89
@ -124,6 +124,7 @@ class UpdateLoop extends ResumableSignalLoop
|
||||
if (isset($difference['timeout'])) {
|
||||
$timeout = $difference['timeout'];
|
||||
}
|
||||
$timeout = min(10*1000, $timeout);
|
||||
$API->logger->logger('Got '.$difference['_'], \danog\MadelineProto\Logger::ULTRA_VERBOSE);
|
||||
switch ($difference['_']) {
|
||||
case 'updates.channelDifferenceEmpty':
|
||||
|
Loading…
Reference in New Issue
Block a user