rename sync to find

FCF (Find Contacts Flow)
This commit is contained in:
Samuel Newman
2025-12-03 15:54:48 +02:00
parent 97a4176861
commit 2c60275e01
12 changed files with 37 additions and 37 deletions
+2 -2
View File
@@ -309,7 +309,7 @@ export type MetricEvents = {
| 'ImmersiveVideo'
| 'ExploreSuggestedAccounts'
| 'OnboardingSuggestedAccounts'
| 'SyncContacts'
| 'FindContacts'
}
'profile:followers:view': {
contextProfileDid: string
@@ -397,7 +397,7 @@ export type MetricEvents = {
| 'ImmersiveVideo'
| 'ExploreSuggestedAccounts'
| 'OnboardingSuggestedAccounts'
| 'SyncContacts'
| 'FindContacts'
}
'chat:create': {
logContext: 'ProfileHeader' | 'NewChatDialog' | 'SendViaChatDialog'