diff options
Diffstat (limited to 'src/state/models/notifications-view.ts')
-rw-r--r-- | src/state/models/notifications-view.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/models/notifications-view.ts b/src/state/models/notifications-view.ts index c328be62b..b841c7f3a 100644 --- a/src/state/models/notifications-view.ts +++ b/src/state/models/notifications-view.ts @@ -332,6 +332,7 @@ export class NotificationsViewModel { await this.rootStore.api.app.bsky.notification.updateSeen({ seenAt: new Date().toISOString(), }) + this.rootStore.me.clearNotificationCount() } catch (e) { console.log('Failed to update notifications read state', e) } |