Set mtproto transport back to auto

This commit is contained in:
morethanwords 2021-12-17 19:32:03 +04:00
parent 1df928c57c
commit f0116837e3

View File

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