[Session] Experiment: Don't use withProxy (#4762)

* Reorder statements

* Remove withProxy() usage behind a gate
This commit is contained in:
dan 2024-07-10 00:12:26 +01:00 committed by GitHub
parent ce0bf867ff
commit 9b9e09d002
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 88 additions and 31 deletions

View file

@ -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'