Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
fix(YouTube - Hide layout components): Correctly hide community posts
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Mar 27, 2024
1 parent 9f3853c commit fbc8066
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ public LayoutComponentsFilter() {

final var communityPosts = new StringFilterGroup(
Settings.HIDE_COMMUNITY_POSTS,
"post_base_wrapper"
"post_base_wrapper",
"image_post_root.eml"
);

final var communityGuidelines = new StringFilterGroup(
Expand Down

0 comments on commit fbc8066

Please sign in to comment.