Skip to content

Commit

Permalink
[Brave News]: Flip FeedV2 flag by default (#21144)
Browse files Browse the repository at this point in the history
  • Loading branch information
fallaciousreasoning committed Dec 8, 2023
1 parent d5c4d14 commit 4c3772e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/brave_news/common/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BASE_FEATURE(kBraveNewsCardPeekFeature,

BASE_FEATURE(kBraveNewsFeedUpdate,
"BraveNewsFeedUpdate",
base::FEATURE_DISABLED_BY_DEFAULT);
base::FEATURE_ENABLED_BY_DEFAULT);
const base::FeatureParam<int> kBraveNewsMinBlockCards{&kBraveNewsFeedUpdate,
"min-block-cards", 1};

Expand Down

0 comments on commit 4c3772e

Please sign in to comment.