fix(YouTube - Hide layout components): Hide new kind of community post (#4341)
This commit is contained in:
parent
1feba63f85
commit
02685c4567
1 changed files with 2 additions and 1 deletions
|
|
@ -80,7 +80,8 @@ public final class LayoutComponentsFilter extends Filter {
|
|||
"images_post_root_slim.eml",
|
||||
"text_post_root_slim.eml",
|
||||
"post_base_wrapper_slim.eml",
|
||||
"poll_post_root.eml"
|
||||
"poll_post_root.eml",
|
||||
"videos_post_root.eml"
|
||||
);
|
||||
|
||||
final var communityGuidelines = new StringFilterGroup(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue