Make notifications clickable (#8251)

This commit is contained in:
Eric Bailey
2025-04-21 12:07:55 -05:00
committed by GitHub
parent a091def512
commit 0278c7a0b4
2 changed files with 10 additions and 6 deletions
+5 -3
View File
@@ -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 = {