mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-14 19:25:50 +00:00
put in missing param
This commit is contained in:
parent
d5fee68489
commit
9ca90ef963
@ -2366,7 +2366,7 @@ class ChatPage extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Closed Event
|
// Closed Event
|
||||||
this.webSocket.onclose = () => {
|
this.webSocket.onclose = (e) => {
|
||||||
clearTimeout(groupSocketTimeout)
|
clearTimeout(groupSocketTimeout)
|
||||||
if(e.reason === 'switch chat') return
|
if(e.reason === 'switch chat') return
|
||||||
restartGroupWebSocket()
|
restartGroupWebSocket()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user