From 0993b8da332ca61c5e8e8c97f69b7c83f0db15d7 Mon Sep 17 00:00:00 2001 From: JWittmeyer Date: Thu, 14 Nov 2024 10:29:41 +0100 Subject: [PATCH 1/2] Remove config page reference --- hooks/web-socket/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/hooks/web-socket/constants.ts b/hooks/web-socket/constants.ts index 726c93a..cfa2453 100644 --- a/hooks/web-socket/constants.ts +++ b/hooks/web-socket/constants.ts @@ -25,7 +25,6 @@ export enum CurrentPage { NOTIFICATION_CENTER = "NOTIFICATION_CENTER", EXPORT = "EXPORT", COMMENTS = "COMMENTS", - CONFIG = "CONFIG", COGNITION_LAYOUT = "COGNITION_LAYOUT", ENTRY_LAYOUT = "ENTRY_LAYOUT", ADMIN_DASHBOARD_LAYOUT = "ADMIN_DASHBOARD_LAYOUT", From e1e3adb8d20c15352f25a3cb0b1c8d99b633ab50 Mon Sep 17 00:00:00 2001 From: JWittmeyer Date: Thu, 14 Nov 2024 11:19:09 +0100 Subject: [PATCH 2/2] Remove config change indicator --- hooks/web-socket/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/web-socket/constants.ts b/hooks/web-socket/constants.ts index cfa2453..74a18d0 100644 --- a/hooks/web-socket/constants.ts +++ b/hooks/web-socket/constants.ts @@ -100,7 +100,7 @@ export const WHITELIST_LOOKUP_REFINERY = { }, [CurrentPage.NOTIFICATION_CENTER]: { - [CurrentPageSubKey.NONE]: ['notification_created', 'project_deleted', 'config_updated', 'admin_message'], + [CurrentPageSubKey.NONE]: ['notification_created', 'project_deleted', 'admin_message'], } }