diff options
author | dan <dan.abramov@gmail.com> | 2024-04-19 15:23:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 15:23:47 +0100 |
commit | 55aea348c263f345fc4a1e7209cf3c882b94cd32 (patch) | |
tree | 5b8034308cc98a061c47fbf9d01d09e4573938a4 /src/state/shell/selected-feed.tsx | |
parent | f709fbcbddde49a812197d79758482b6497be8d2 (diff) | |
download | voidsky-55aea348c263f345fc4a1e7209cf3c882b94cd32.tar.zst |
[Statsig] Update experiments (#3617)
Diffstat (limited to 'src/state/shell/selected-feed.tsx')
-rw-r--r-- | src/state/shell/selected-feed.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/shell/selected-feed.tsx b/src/state/shell/selected-feed.tsx index dca3445f3..df50b3952 100644 --- a/src/state/shell/selected-feed.tsx +++ b/src/state/shell/selected-feed.tsx @@ -27,7 +27,7 @@ function getInitialFeed(gate: (gateName: Gate) => boolean) { return feedFromSession } } - if (!gate('start_session_with_following')) { + if (!gate('start_session_with_following_v2')) { const feedFromPersisted = persisted.get('lastSelectedHomeFeed') if (feedFromPersisted) { // Fall back to the last chosen one across all tabs. |