diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/statsig/events.ts | 2 | ||||
-rw-r--r-- | src/lib/statsig/gates.ts | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts index 42f4737f8..00444c18c 100644 --- a/src/lib/statsig/events.ts +++ b/src/lib/statsig/events.ts @@ -115,6 +115,7 @@ export type LogEvents = { | 'ProfileHeaderSuggestedFollows' | 'ProfileMenu' | 'ProfileHoverCard' + | 'AvatarButton' } 'profile:unfollow': { logContext: @@ -126,6 +127,7 @@ export type LogEvents = { | 'ProfileMenu' | 'ProfileHoverCard' | 'Chat' + | 'AvatarButton' } 'chat:create': { logContext: 'ProfileHeader' | 'NewChatDialog' diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index 2721871f3..4481935f7 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -1,4 +1,5 @@ export type Gate = // Keep this alphabetic please. | 'request_notifications_permission_after_onboarding_v2' + | 'show_avi_follow_button' | 'show_follow_back_label_v2' |