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
  • Loading branch information
Bceez authored Aug 20, 2024
1 parent 7a58ae5 commit 6be257a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public LayoutComponentsFilter() {
Settings.HIDE_COMMUNITY_POSTS,
"post_base_wrapper",
"image_post_root.eml",
"text_post_root.eml"
"text_post_root.eml",
"images_post_root.eml"
);

final var communityGuidelines = new StringFilterGroup(
Expand Down

0 comments on commit 6be257a

Please sign in to comment.