about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-04-19 15:23:47 +0100
committerGitHub <noreply@github.com>2024-04-19 15:23:47 +0100
commit55aea348c263f345fc4a1e7209cf3c882b94cd32 (patch)
tree5b8034308cc98a061c47fbf9d01d09e4573938a4 /src/lib
parentf709fbcbddde49a812197d79758482b6497be8d2 (diff)
downloadvoidsky-55aea348c263f345fc4a1e7209cf3c882b94cd32.tar.zst
[Statsig] Update experiments (#3617)
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/statsig/gates.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts
index 314799f28..d540cde10 100644
--- a/src/lib/statsig/gates.ts
+++ b/src/lib/statsig/gates.ts
@@ -1,12 +1,12 @@
 export type Gate =
   // Keep this alphabetic please.
-  | 'autoexpand_suggestions_on_profile_follow'
-  | 'disable_min_shell_on_foregrounding'
-  | 'disable_poll_on_discover'
+  | 'autoexpand_suggestions_on_profile_follow_v2'
+  | 'disable_min_shell_on_foregrounding_v2'
+  | 'disable_poll_on_discover_v2'
   | 'hide_vertical_scroll_indicators'
   | 'new_profile_scroll_component'
   | 'new_search'
   | 'receive_updates'
-  | 'show_follow_back_label'
-  | 'start_session_with_following'
+  | 'show_follow_back_label_v2'
+  | 'start_session_with_following_v2'
   | 'use_new_suggestions_endpoint'