diff options
author | dan <dan.abramov@gmail.com> | 2024-07-10 00:12:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-10 00:12:26 +0100 |
commit | 9b9e09d0020283b9aee6911e0c96b5ddbb0c87aa (patch) | |
tree | 321721bdaf201bf878c2e3e97758f38a9a10e4d5 /src/lib/statsig/gates.ts | |
parent | ce0bf867ff3b50a495d8db242a7f55371bffeadc (diff) | |
download | voidsky-9b9e09d0020283b9aee6911e0c96b5ddbb0c87aa.tar.zst |
[Session] Experiment: Don't use withProxy (#4762)
* Reorder statements * Remove withProxy() usage behind a gate
Diffstat (limited to 'src/lib/statsig/gates.ts')
-rw-r--r-- | src/lib/statsig/gates.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index 1c86d01da..78e440d04 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -7,6 +7,7 @@ export type Gate = | 'new_user_progress_guide' | 'onboarding_minimum_interests' | 'request_notifications_permission_after_onboarding_v2' + | 'session_withproxy_fix' | 'show_avi_follow_button' | 'show_follow_back_label_v2' | 'suggested_feeds_interstitial' |