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
This commit is contained in:
dan
2024-04-12 13:02:15 +01:00
committed by GitHub
parent e3e8f10538
commit bedb0c3fbd
3 changed files with 66 additions and 5 deletions
+1
View File
@@ -7,3 +7,4 @@ export type Gate =
| 'new_search'
| 'show_follow_back_label'
| 'start_session_with_following'
| 'use_new_suggestions_endpoint'