about summary refs log tree commit diff
path: root/src/lib/statsig/gates.ts
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-07-09 17:10:50 +0100
committerGitHub <noreply@github.com>2024-07-09 11:10:50 -0500
commit2d0eefebc338eee0d5d7e3e4c02bd6bba7f6baa0 (patch)
treef4a6b16a96c1ba0910e94359105857c9baadd51b /src/lib/statsig/gates.ts
parent4360087ced80a5633781cf6f1c307606a1b0a210 (diff)
downloadvoidsky-2d0eefebc338eee0d5d7e3e4c02bd6bba7f6baa0.tar.zst
Add social proof to suggested follows (#4602)
* replace unused `followers` prop with social proof

* Introduce 'minimal' version

* Gate social proof one explore page, fix space if no desc

* Use smaller avis for minimal

---------

Co-authored-by: Eric Bailey <git@esb.lol>
Diffstat (limited to 'src/lib/statsig/gates.ts')
-rw-r--r--src/lib/statsig/gates.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts
index 378b27349..1c86d01da 100644
--- a/src/lib/statsig/gates.ts
+++ b/src/lib/statsig/gates.ts
@@ -1,6 +1,7 @@
 export type Gate =
   // Keep this alphabetic please.
   | 'debug_show_feedcontext'
+  | 'explore_page_profile_card_social_proof'
   | 'native_pwi_disabled'
   | 'new_user_guided_tour'
   | 'new_user_progress_guide'