diff --git a/src/stores/notification.js b/src/stores/notification.js index b61e46df..7287babf 100644 --- a/src/stores/notification.js +++ b/src/stores/notification.js @@ -400,7 +400,7 @@ export const useNotificationStore = defineStore('Notification', () => { if (ref) { ref.seen = true; } - database.seenNotificationV2(ref); + database.seenNotificationV2(notificationId); } function handleNotificationAccept(args) {