nicolium: fix notification marker update

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-26 15:18:17 +01:00
parent f1c55e542d
commit 1b1beceb4a

View File

@ -167,7 +167,7 @@ const useUserStream = () => {
deleteAnnouncement(event.payload);
break;
case 'marker':
queryClient.setQueryData(['markers', 'notifications'], event.payload ?? null);
queryClient.setQueryData(['markers', 'notifications'], event.payload.notifications ?? null);
break;
}
}, []);