Bugfix
This commit is contained in:
parent
c8959a0837
commit
a20149b998
@ -200,7 +200,7 @@ trait PeerHandler
|
|||||||
return $this->gen_all($this->chats[$id]);
|
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']) {
|
if ($dbres['ok']) {
|
||||||
return $this->gen_all('@'.$dbres['username']);
|
return $this->gen_all('@'.$dbres['username']);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user