Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

invert new postonboarding gate (#7695)

authored by

Samuel Newman and committed by
GitHub
5a865a50 ff2a82d3

+2 -2
+1 -1
src/lib/statsig/gates.ts
··· 2 2 // Keep this alphabetic please. 3 3 | 'debug_show_feedcontext' 4 4 | 'debug_subscriptions' 5 - | 'new_postonboarding' 5 + | 'old_postonboarding' 6 6 | 'onboarding_add_video_feed' 7 7 | 'remove_show_latest_button' 8 8 | 'test_gate_1'
+1 -1
src/screens/Onboarding/StepFinished.tsx
··· 199 199 setActiveStarterPack(undefined) 200 200 setHasCheckedForStarterPack(true) 201 201 startProgressGuide( 202 - gate('new_postonboarding') ? 'follow-10' : 'like-10-and-follow-7', 202 + gate('old_postonboarding') ? 'like-10-and-follow-7' : 'follow-10', 203 203 ) 204 204 dispatch({type: 'finish'}) 205 205 onboardDispatch({type: 'finish'})