remove commented line
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
1655bbaf23
commit
61366abd7b
@ -102,7 +102,6 @@ export class DcConfigurator {
|
|||||||
const suffix = getTelegramConnectionSuffix(connectionType);
|
const suffix = getTelegramConnectionSuffix(connectionType);
|
||||||
const subdomain = this.sslSubdomains[dcId - 1] + suffix;
|
const subdomain = this.sslSubdomains[dcId - 1] + suffix;
|
||||||
const path = Modes.test ? 'apiw_test1' : 'apiw1';
|
const path = Modes.test ? 'apiw_test1' : 'apiw1';
|
||||||
//chosenServer = 'https://' + subdomain + '.web.telegram.org/' + path;
|
|
||||||
chosenServer = 'https://web.telegram.i2p/web/' + subdomain + '/' + path;
|
chosenServer = 'https://web.telegram.i2p/web/' + subdomain + '/' + path;
|
||||||
} else {
|
} else {
|
||||||
for(const dcOption of this.dcOptions) {
|
for(const dcOption of this.dcOptions) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user