Browse Source

remove commented line

Signed-off-by: r4sas <r4sas@i2pmail.org>
master
R4SAS 2 years ago
parent
commit
61366abd7b
  1. 1
      src/lib/mtproto/dcConfigurator.ts

1
src/lib/mtproto/dcConfigurator.ts

@ -102,7 +102,6 @@ export class DcConfigurator { @@ -102,7 +102,6 @@ export class DcConfigurator {
const suffix = getTelegramConnectionSuffix(connectionType);
const subdomain = this.sslSubdomains[dcId - 1] + suffix;
const path = Modes.test ? 'apiw_test1' : 'apiw1';
//chosenServer = 'https://' + subdomain + '.web.telegram.org/' + path;
chosenServer = 'https://web.telegram.i2p/web/' + subdomain + '/' + path;
} else {
for(const dcOption of this.dcOptions) {

Loading…
Cancel
Save