diff options
author | dan <dan.abramov@gmail.com> | 2024-04-12 13:02:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 13:02:15 +0100 |
commit | bedb0c3fbd65b6520c97f22c99f10bb535a177bc (patch) | |
tree | 7107f34544bc7ac66147a846475dfaf40517a44e /src/lib/statsig/gates.ts | |
parent | e3e8f10538bba57f1cf298fd1205846f801557eb (diff) | |
download | voidsky-bedb0c3fbd65b6520c97f22c99f10bb535a177bc.tar.zst |
Use getSuggestions endpoint behind the gate (#3499)
* Move suggested follows out of the component * Add new suggestions implementation * Put new endpoint behind the gate * Make bottom less weird
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 5a9582383..acf0b2aff 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -7,3 +7,4 @@ export type Gate = | 'new_search' | 'show_follow_back_label' | 'start_session_with_following' + | 'use_new_suggestions_endpoint' |