refactor Notifications agenda

This commit is contained in:
alma 2026-01-16 02:38:04 +01:00
parent 9f47de084c
commit 66503008ca

View File

@ -35,6 +35,9 @@ export function LayoutWrapper({ children, isSignInPage, isAuthenticated }: Layou
// Listen for RocketChat message notifications
const { messageNotification, setMessageNotification } = useRocketChatMessageNotifications();
// Listen for calendar event notifications
const { eventNotification, setEventNotification } = useCalendarEventNotifications();
// Also listen for RocketChat iframe events (fallback)
useEffect(() => {
if (isSignInPage) return;