We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8837209 commit adf17a0Copy full SHA for adf17a0
src/pages/HomePage.vue
@@ -42,7 +42,7 @@ function handleClickNotification(thread: Thread) {
42
else
43
store.mutateNotifications(() => thread.unread = false)
44
45
- markNotificationAsRead(thread.id, AppStorage.get('accessToken')!)
+ await markNotificationAsRead(thread.id, AppStorage.get('accessToken')!)
46
})
47
}
48
0 commit comments