Skip to content

Commit

Permalink
Disable FeedV2 feature by default (#21579)
Browse files Browse the repository at this point in the history
  • Loading branch information
fallaciousreasoning authored Jan 19, 2024
1 parent 09cac9c commit 4ff0045
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_ENABLED_BY_DEFAULT);
base::FEATURE_DISABLED_BY_DEFAULT);
const base::FeatureParam<int> kBraveNewsMinBlockCards{&kBraveNewsFeedUpdate,
"min-block-cards", 1};

Expand Down

0 comments on commit 4ff0045

Please sign in to comment.