Set mtproto transport back to auto
This commit is contained in:
parent
1df928c57c
commit
f0116837e3
@ -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…
Reference in New Issue
Block a user