This commit is contained in:
kPherox 2019-03-22 03:48:51 +09:00
parent 4fb37525d5
commit 1fee94846d
No known key found for this signature in database
GPG Key ID: C04751C2BFA2F62D

View File

@ -801,7 +801,7 @@ function reconnector(tlid,type,acct_id,data,mode){
}
var wssh=localStorage.getItem("wssH_" + tlid);
websocketHome[wssh].close();
var wssh=localStorage.getItem("wssL_" + tlid);
var wssl=localStorage.getItem("wssL_" + tlid);
websocketLocal[wssl].close();
mixre(acct_id, tlid, type, mute,"",voice,mode);
}else if(type=="notf"){