Merge branch 'master' of https://github.com/danog/MadelineProto
This commit is contained in:
commit
4a27238af4
@ -419,7 +419,9 @@ trait Extension
|
||||
{
|
||||
$this->switch_dc($location['dc_id']);
|
||||
$res = $this->method_call('upload.getFile', ['location' => $location, 'offset' => 0, 'limit' => 1], ['heavy' => true]);
|
||||
if (!isset($res['type']['_'])) return $default;
|
||||
if (!isset($res['type']['_'])) {
|
||||
return $default;
|
||||
}
|
||||
switch ($res['type']['_']) {
|
||||
case 'storage.fileJpeg': return '.jpg';
|
||||
case 'storage.fileGif': return '.gif';
|
||||
|
Loading…
Reference in New Issue
Block a user