Browse Source

put in missing param

pull/112/head
Phillip 2 years ago
parent
commit
9ca90ef963
  1. 2
      qortal-ui-plugins/plugins/core/components/ChatPage.js

2
qortal-ui-plugins/plugins/core/components/ChatPage.js

@ -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…
Cancel
Save