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
This commit is contained in:
MHSanaei
2023-02-11 23:52:24 +03:30
parent 439949a964
commit 56e8203a34
8 changed files with 129 additions and 92 deletions

View File

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