Browse Source

Set mtproto transport back to auto

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

4
webpack.common.js

@ -17,8 +17,8 @@ if(devMode) { @@ -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,

Loading…
Cancel
Save