From b485ccd82eb05d29db51fceb8c3a009991f50f06 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 26 Aug 2026 14:33:11 +0300 Subject: [PATCH] detach socket --- src/components/chat_view/chat_view.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/chat_view/chat_view.js b/src/components/chat_view/chat_view.js index 29b6c51a3..784af9ad3 100644 --- a/src/components/chat_view/chat_view.js +++ b/src/components/chat_view/chat_view.js @@ -127,6 +127,7 @@ const Chat = { if (this.testMode) return this.deactivate() + this.detachSocket() }, computed: { conversationId() {