matches screen

This commit is contained in:
Samuel Newman
2025-11-28 20:40:24 +02:00
parent cfc25c38b9
commit 58649f9d67
3 changed files with 298 additions and 4 deletions
+2
View File
@@ -309,6 +309,7 @@ export type MetricEvents = {
| 'ImmersiveVideo'
| 'ExploreSuggestedAccounts'
| 'OnboardingSuggestedAccounts'
| 'SyncContacts'
}
'profile:followers:view': {
contextProfileDid: string
@@ -396,6 +397,7 @@ export type MetricEvents = {
| 'ImmersiveVideo'
| 'ExploreSuggestedAccounts'
| 'OnboardingSuggestedAccounts'
| 'SyncContacts'
}
'chat:create': {
logContext: 'ProfileHeader' | 'NewChatDialog' | 'SendViaChatDialog'