Set mtproto transport back to auto

This commit is contained in:
morethanwords 2021-12-17 19:32:03 +04:00
parent f2c9be7d35
commit 9da38bb30f
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ if(devMode) {
console.log('DEVMODE IS ON!');
}
const MTPROTO_HTTP = true;
const MTPROTO_AUTO = false;
const MTPROTO_HTTP = false;
const MTPROTO_AUTO = true;
const opts = {
MTPROTO_WORKER: true,