put in missing param
This commit is contained in:
parent
d5fee68489
commit
9ca90ef963
@ -2366,7 +2366,7 @@ class ChatPage extends LitElement {
|
||||
}
|
||||
|
||||
// Closed Event
|
||||
this.webSocket.onclose = () => {
|
||||
this.webSocket.onclose = (e) => {
|
||||
clearTimeout(groupSocketTimeout)
|
||||
if(e.reason === 'switch chat') return
|
||||
restartGroupWebSocket()
|
||||
|
Loading…
x
Reference in New Issue
Block a user