From 56e8203a3428ab78a30bc2c22ab6c646a1a40052 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 11 Feb 2023 23:52:24 +0330 Subject: trojan grpc link fixed - some en lang edited upgrade text to v0.7.0 i18nv2 to v2.2.1 sqlite3 to v1.14.16 toml to v1.2.1 downgrade sessions to v0.0.4 --- web/assets/js/model/xray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/assets') diff --git a/web/assets/js/model/xray.js b/web/assets/js/model/xray.js index 78af69b6..cfa82368 100644 --- a/web/assets/js/model/xray.js +++ b/web/assets/js/model/xray.js @@ -1545,7 +1545,7 @@ Inbound.TrojanSettings = class extends Inbound.Settings { } }; Inbound.TrojanSettings.Trojan = class extends XrayCommonClass { - constructor(password=RandomUtil.randomSeq(10), flow = XTLS_FLOW_CONTROL.DIRECT, email='', totalGB=0, expiryTime='') { + constructor(password=RandomUtil.randomSeq(10), flow ='', email='', totalGB=0, expiryTime='') { super(); this.password = password; this.flow = flow; -- cgit v1.2.3