fix marking notification as seen

This commit is contained in:
Henry Jameson 2026-08-25 18:01:07 +03:00
commit a30176bfc2

View file

@ -223,7 +223,7 @@ export const useNotificationsStore = defineStore('notifications', {
case 'follow_request':
break
default:
this.markSingleNotificationAsSeen({ id })
this.markSingleNotificationAsSeen(id)
}
}
},