fix tag comparison
This commit is contained in:
parent
ea501d3861
commit
d5a00164bb
1 changed files with 1 additions and 1 deletions
|
@ -57,5 +57,5 @@ export class outbagServer {
|
|||
};
|
||||
|
||||
export const checkSelfTag = (tag: string) => {
|
||||
return tag == selfTag.host || tag == selfTag.host + ":" + selfTag.port;
|
||||
return tag == selfTag.tag || tag == selfTag.host + ":" + selfTag.port;
|
||||
}
|
Loading…
Reference in a new issue