From 9ca90ef96337b00cca54630ea2503758006d70b9 Mon Sep 17 00:00:00 2001 From: Phillip Date: Sun, 29 Jan 2023 23:12:25 +0200 Subject: [PATCH] put in missing param --- qortal-ui-plugins/plugins/core/components/ChatPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qortal-ui-plugins/plugins/core/components/ChatPage.js b/qortal-ui-plugins/plugins/core/components/ChatPage.js index 2a170104..eb1f7926 100644 --- a/qortal-ui-plugins/plugins/core/components/ChatPage.js +++ b/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()