From c374975ddc991667acc6d871d507665892aba800 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Tue, 28 Oct 2025 14:12:42 -0700 Subject: [PATCH] re-enable "reconnecting WS" toast on cloud (#6348) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This error should not actually happen frequently at all, so we can re-enable without fear of spamming an error that most users would have no context to understand -- primary benefit is to help user report better errors should they occur. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6348-re-enable-reconnecting-WS-toast-on-cloud-29a6d73d36508106b893cc0c0aee09fd) by [Unito](https://www.unito.io) --- src/platform/settings/constants/coreSettings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/settings/constants/coreSettings.ts b/src/platform/settings/constants/coreSettings.ts index dbb4a2510..c4fda0ef9 100644 --- a/src/platform/settings/constants/coreSettings.ts +++ b/src/platform/settings/constants/coreSettings.ts @@ -944,7 +944,7 @@ export const CORE_SETTINGS: SettingParams[] = [ id: 'Comfy.Toast.DisableReconnectingToast', name: 'Disable toasts when reconnecting or reconnected', type: 'hidden', - defaultValue: isCloud ? true : false, + defaultValue: false, versionAdded: '1.15.12' }, {