From 4c5778d0de82309c765f4c8e2ede07258de7c3f8 Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 20 Oct 2023 15:11:06 +0300 Subject: [PATCH] fix-sse-url --- src/context/notifications.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/notifications.tsx b/src/context/notifications.tsx index f7a19efe..27d91e15 100644 --- a/src/context/notifications.tsx +++ b/src/context/notifications.tsx @@ -93,7 +93,7 @@ export const NotificationsProvider = (props: { children: JSX.Element }) => { if (isAuthenticated()) { loadNotifications() - await fetchEventSource('https://chat.discours.io/', { + await fetchEventSource('https://connect.discours.io', { method: 'GET', headers: { 'Content-Type': 'application/json',