mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 11:18:59 +01:00
Bugfix
This commit is contained in:
parent
c8959a0837
commit
a20149b998
@ -200,7 +200,7 @@ trait PeerHandler
|
||||
return $this->gen_all($this->chats[$id]);
|
||||
}
|
||||
}
|
||||
$dbres = file_get_contents('https://id.pwrtelegram.xyz/db/getusername?id='.$id);
|
||||
$dbres = json_decode(file_get_contents('https://id.pwrtelegram.xyz/db/getusername?id='.$id), true);
|
||||
if ($dbres['ok']) {
|
||||
return $this->gen_all('@'.$dbres['username']);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user