diff options
author | Caidan <caidan@internet.dev> | 2025-08-21 11:56:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-21 21:56:17 +0300 |
commit | eabcd9150d3513988f5b3c47b95a601d5f1bf738 (patch) | |
tree | 1a07a27f9d6c4fb9d675f75e9559071a408077f5 /src/lib/statsig | |
parent | d900d0b7a79f2edfbd3865c2484694a0de61a35c (diff) | |
download | voidsky-eabcd9150d3513988f5b3c47b95a601d5f1bf738.tar.zst |
[APP-1357] profile header follow recommendations (#8784)
Diffstat (limited to 'src/lib/statsig')
-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 66134a462..8ec86c971 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -8,6 +8,7 @@ export type Gate = | 'handle_suggestions' | 'old_postonboarding' | 'onboarding_add_video_feed' + | 'post_follow_profile_suggested_accounts' | 'post_threads_v2_unspecced' | 'remove_show_latest_button' | 'test_gate_1' |