follow button

This commit is contained in:
Samuel Newman
2025-01-17 23:58:24 +00:00
committed by Eric Bailey
parent 1f9a327c26
commit 964acee540
2 changed files with 77 additions and 24 deletions
+2
View File
@@ -163,6 +163,7 @@ export type LogEvents = {
| 'FeedInterstitial'
| 'ProfileHeaderSuggestedFollows'
| 'PostOnboardingFindFollows'
| 'ImmersiveVideo'
}
'profile:unfollow': {
logContext:
@@ -179,6 +180,7 @@ export type LogEvents = {
| 'FeedInterstitial'
| 'ProfileHeaderSuggestedFollows'
| 'PostOnboardingFindFollows'
| 'ImmersiveVideo'
}
'chat:create': {
logContext: 'ProfileHeader' | 'NewChatDialog' | 'SendViaChatDialog'