Browse Source

Set mtproto transport back to auto

master
morethanwords 3 years ago
parent
commit
f0116837e3
  1. 4
      webpack.common.js

4
webpack.common.js

@ -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,

Loading…
Cancel
Save