about summary refs log tree commit diff
path: root/src/state/queries
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2025-04-21 12:07:55 -0500
committerGitHub <noreply@github.com>2025-04-21 12:07:55 -0500
commit0278c7a0b4827dc6f49a622233737b61c28bb27f (patch)
treee142770300f6e465f40071defb26e92bf347ba4b /src/state/queries
parenta091def51205ceb53821442cebe4b9615e581252 (diff)
downloadvoidsky-0278c7a0b4827dc6f49a622233737b61c28bb27f.tar.zst
Make notifications clickable (#8251)
Diffstat (limited to 'src/state/queries')
-rw-r--r--src/state/queries/notifications/types.ts8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/state/queries/notifications/types.ts b/src/state/queries/notifications/types.ts
index c96374eb8..b3a972394 100644
--- a/src/state/queries/notifications/types.ts
+++ b/src/state/queries/notifications/types.ts
@@ -1,7 +1,7 @@
 import {
-  AppBskyFeedDefs,
-  AppBskyGraphDefs,
-  AppBskyNotificationListNotifications,
+  type AppBskyFeedDefs,
+  type AppBskyGraphDefs,
+  type AppBskyNotificationListNotifications,
 } from '@atproto/api'
 
 export type NotificationType =
@@ -44,6 +44,8 @@ type OtherNotificationType =
   | 'quote'
   | 'follow'
   | 'feedgen-like'
+  | 'verified'
+  | 'unverified'
   | 'unknown'
 
 type FeedNotificationBase = {