about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-08-08 09:19:51 -0500
committerGitHub <noreply@github.com>2024-08-08 09:19:51 -0500
commit1e3b2d6f42839501ce47f88a19ffd477f1e2f82d (patch)
treead6d439aa5d61a8ebf69e72be6eed579caafcd3f /src/lib
parentaf5262682eac63a54fb2f6351a5894b647251ab4 (diff)
downloadvoidsky-1e3b2d6f42839501ce47f88a19ffd477f1e2f82d.tar.zst
ALF suggested follows in profile header (#4828)
* Refactor ProfileHeaderSuggestedFollows

* Load fresh data every time

* Oops, missed a file

* Update ProfileCard.Link usage, tweak copy
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/statsig/events.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts
index 997a366a4..9a427ad40 100644
--- a/src/lib/statsig/events.ts
+++ b/src/lib/statsig/events.ts
@@ -159,6 +159,7 @@ export type LogEvents = {
       | 'AvatarButton'
       | 'StarterPackProfilesList'
       | 'FeedInterstitial'
+      | 'ProfileHeaderSuggestedFollows'
   }
   'profile:unfollow': {
     logContext:
@@ -173,6 +174,7 @@ export type LogEvents = {
       | 'AvatarButton'
       | 'StarterPackProfilesList'
       | 'FeedInterstitial'
+      | 'ProfileHeaderSuggestedFollows'
   }
   'chat:create': {
     logContext: 'ProfileHeader' | 'NewChatDialog' | 'SendViaChatDialog'
@@ -211,6 +213,8 @@ export type LogEvents = {
   'feed:interstitial:profileCard:press': {}
   'feed:interstitial:feedCard:press': {}
 
+  'profile:header:suggestedFollowsCard:press': {}
+
   'debug:followingPrefs': {
     followingShowRepliesFromPref: 'all' | 'following' | 'off'
     followingRepliesMinLikePref: number