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 63d5373 commit 8837209Copy full SHA for 8837209
src/pages/HomePage.vue
@@ -35,6 +35,7 @@ function handleClickNotification(thread: Thread) {
35
handleOpenNotification(thread)
36
37
if (AppStorage.get('markAsReadOnOpen')) {
38
+ store.setChecked(thread, false)
39
store.runWithSnapshot(async () => {
40
if (!AppStorage.get('showReadNotifications'))
41
store.removeNotificationById(thread.id)
0 commit comments