From f0116837e3dc708d15cbeb531db8d17bdbc41d3b Mon Sep 17 00:00:00 2001 From: morethanwords Date: Fri, 17 Dec 2021 19:32:03 +0400 Subject: [PATCH] Set mtproto transport back to auto --- webpack.common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.common.js b/webpack.common.js index 39b30874..1db71a70 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -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,