tdweb: 0.2.26
GitOrigin-RevId: 1bf20a7698f1f739ac4cf2dccbb68afafd07f10c
This commit is contained in:
parent
aae567f0c0
commit
94613cfad1
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@arseny30/tdweb",
|
||||
"version": "0.2.25",
|
||||
"version": "0.2.26",
|
||||
"description": "Javascript interface for TDLib (telegram library)",
|
||||
"main": "dist/tdweb.js",
|
||||
"files": [
|
||||
|
@ -553,7 +553,6 @@ class TdClient {
|
||||
if (this.wasFatalError) {
|
||||
return;
|
||||
}
|
||||
this.onFatalError('XXXX');
|
||||
try {
|
||||
while (true) {
|
||||
let msg = this.td_functions.td_receive(this.client);
|
||||
|
Reference in New Issue
Block a user