Style follow buttons in expanded bundles, add client event on expand (#10915)
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
import {type Platform} from 'react-native'
|
||||
|
||||
import {type NotificationReason} from '#/lib/hooks/useNotificationHandler'
|
||||
import {type NotificationType} from '#/state/queries/notifications/types'
|
||||
import {type FeedDescriptor} from '#/state/queries/post-feed'
|
||||
import {type LiveEventFeedMetricContext} from '#/features/liveEvents/types'
|
||||
|
||||
@@ -53,6 +54,10 @@ export type Events = {
|
||||
context: 'StartOnboarding' | 'AfterOnboarding' | 'Login' | 'Home'
|
||||
status: 'granted' | 'denied' | 'undetermined'
|
||||
}
|
||||
'notifications:bundleExpand': {
|
||||
notificationType: NotificationType
|
||||
authorCount: number
|
||||
}
|
||||
'state:background': {
|
||||
secondsActive: number
|
||||
}
|
||||
@@ -464,6 +469,7 @@ export type Events = {
|
||||
| 'OnboardingSuggestedAccounts'
|
||||
| 'FindContacts'
|
||||
| 'GroupChat'
|
||||
| 'NotificationExpandedProfileCard'
|
||||
}
|
||||
'profile:followers:view': {
|
||||
contextProfileDid: string
|
||||
@@ -570,6 +576,7 @@ export type Events = {
|
||||
| 'OnboardingSuggestedAccounts'
|
||||
| 'FindContacts'
|
||||
| 'GroupChat'
|
||||
| 'NotificationExpandedProfileCard'
|
||||
}
|
||||
'chat:create': {
|
||||
logContext:
|
||||
|
||||
Reference in New Issue
Block a user