tag comp bug
This commit is contained in:
parent
1b1035bde6
commit
55d0215d02
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export const generateTag = async () => {
|
||||||
} catch (error) {}
|
} catch (error) {}
|
||||||
let serverHostPort = await outbagURLfromTag(
|
let serverHostPort = await outbagURLfromTag(
|
||||||
oConf.get("System", "URL") + ":" + oConf.get("System", "PORTexposed"));
|
oConf.get("System", "URL") + ":" + oConf.get("System", "PORTexposed"));
|
||||||
if(mainServerHost == null || mainServerHost != serverHostPort){
|
if(mainServerHost == null || mainServerHost.tag != serverHostPort.tag){
|
||||||
selfTag = serverHostPort;
|
selfTag = serverHostPort;
|
||||||
}else selfTag = mainServerHost;
|
}else selfTag = mainServerHost;
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue