fix marking notification as seen
This commit is contained in:
parent
ac962a3589
commit
a30176bfc2
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ export const useNotificationsStore = defineStore('notifications', {
|
||||||
case 'follow_request':
|
case 'follow_request':
|
||||||
break
|
break
|
||||||
default:
|
default:
|
||||||
this.markSingleNotificationAsSeen({ id })
|
this.markSingleNotificationAsSeen(id)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue