fix(YouTube - Hide layout components): Hide new kind of community post (#659)

fix(YouTube - Hide layout components) Community posts not hiding
This commit is contained in:
Bceez
2024-06-30 20:42:52 +02:00
committed by GitHub
parent 3dda3de280
commit c237e3c02c

View File

@ -80,7 +80,8 @@ public final class LayoutComponentsFilter extends Filter {
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(