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): Hide new kind of community post (
Browse files Browse the repository at this point in the history
#659)

fix(YouTube - Hide layout components) Community posts not hiding
  • Loading branch information
Bceez authored Jun 30, 2024
1 parent 3dda3de commit c237e3c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ public LayoutComponentsFilter() {
final var communityPosts = new StringFilterGroup(
Settings.HIDE_COMMUNITY_POSTS,
"post_base_wrapper",
"image_post_root.eml"
"image_post_root.eml",
"text_post_root.eml"
);

final var communityGuidelines = new StringFilterGroup(
Expand Down

0 comments on commit c237e3c

Please sign in to comment.