Make notifications clickable (#8251)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user