logging correction rc

This commit is contained in:
alma 2026-01-09 10:27:25 +01:00
parent 4e0a5b146c
commit 0868cca7da

View File

@ -256,7 +256,7 @@ export function useNotifications() {
interval: REFRESH_INTERVALS.NOTIFICATIONS_COUNT,
enabled: status === 'authenticated',
onRefresh: async () => {
await fetchNotificationCount(false);
await fetchNotificationCount(true); // Force refresh to bypass cache
},
priority: 'high',
});