Fix seenNotificationV2

This commit is contained in:
Natsumi
2026-02-23 21:27:52 +11:00
parent 167818556a
commit 6babfb31fe

View File

@@ -400,7 +400,7 @@ export const useNotificationStore = defineStore('Notification', () => {
if (ref) {
ref.seen = true;
}
database.seenNotificationV2(ref);
database.seenNotificationV2(notificationId);
}
function handleNotificationAccept(args) {