Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(YouTube - Hide layout components): Hide community posts does not work for new type of community post #4340

Open
3 tasks done
therealnumber8 opened this issue Jan 22, 2025 · 13 comments · Fixed by #4341 · May be fixed by #4330
Open
3 tasks done
Labels
Bug report Something isn't working

Comments

@therealnumber8
Copy link

Bug description

Youtube rolled out a new type of community post in which creators can link their old videos. It looks exactly like a regular community post but with a video attached to the post at the bottom. This new type of community post is not being hidden despite the "turn community posts off" toggle.

example (this is in subscription subscribption feed)

Image

my settings:

"hide_community_posts_channel": true,
"hide_community_posts_subscriptions": true,

Error logs

to reproduce, simply sub to a channel that has done this and go to subscribtions.

Solution

No response

Additional context

No response

Acknowledgements

  • I have checked all open and closed bug reports and this is not a duplicate.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
@therealnumber8 therealnumber8 added the Bug report Something isn't working label Jan 22, 2025
@LisoUseInAIKyrios LisoUseInAIKyrios changed the title BUG: (YouTube - Hide feed components): Hide community posts does not work for new type of community note bug(YouTube - Hide layout components): Hide community posts does not work for new type of community note Jan 22, 2025
@LisoUseInAIKyrios
Copy link
Contributor

Someone who is savvy with logcat needs to identify a custom filter that hides these.

@therealnumber8 therealnumber8 changed the title bug(YouTube - Hide layout components): Hide community posts does not work for new type of community note bug(YouTube - Hide layout components): Hide community posts does not work for new type of community post Jan 22, 2025
@therealnumber8
Copy link
Author

Someone who is savvy with logcat needs to identify a custom filter that hides these.

attaching my logcat below, which i generated right after starting youtube and this new community post showed up

logcat.txt

@LisoUseInAIKyrios
Copy link
Contributor

There are no ReVanced debug statements in that log.

@MarcaDian
Copy link
Contributor

MarcaDian commented Jan 22, 2025

attaching my logcat below

Do this before

Screenshot_2025-01-22-20-29-14-799_app.revanced.android.youtube-edit.jpg

@LisoUseInAIKyrios
Copy link
Contributor

Log protocol buffer should only be used for local debugging.

Don't submit logs with that on unless you've manually inspected every line for any private information and redacted anything questionable.

Protocol buffer will include device IP and other potential personal information.

@therealnumber8
Copy link
Author

Log protocol buffer should only be used for local debugging.

Don't submit logs with that on unless you've manually inspected every line for any private information and redacted anything questionable.

Protocol buffer will include device IP and other potential personal information.

and the regular logcat?

@LisoUseInAIKyrios
Copy link
Contributor

The regular debugging switch should be on. It logs no private data.

@therealnumber8
Copy link
Author

Update: I decompiled the youtube app and tried to exclude some moe elements to no avail.

"custom_filter_strings": "text_post_root_slim.eml \
nimages_post_root_slim.eml \
npost_base_wrapper_slim.eml \
npost_creation_quick_start.eml \
npost_base_wrapper.eml \
nposts_container.eml \
nbackstage_post.eml \
nvideo_with_context_post.eml \
npost_creation_dialog.eml \
npost_editor_content.eml \
npost_creation_activity.eml \
npost_elements_dialog.eml \
npost_creation_visual_attach.eml \
npost_image_carousel.eml \
npost_select_image.eml \
npost_creation_quick_start.eml \
nposts_creation_fragment.eml \
nposts_elements_dialog.eml \
ncommunity_post_section.eml"

@oSumAtrIX
Copy link
Member

Confirm with filter videos_post_root.eml

@oSumAtrIX oSumAtrIX added Waiting on author Further information is requested Prioritized Prioritization over other issues and removed Prioritized Prioritization over other issues labels Jan 22, 2025
@therealnumber8
Copy link
Author

Confirm with filter videos_post_root.eml

This fixed it! May I ask how did you find that this was the element?

@MarcaDian
Copy link
Contributor

This fixed it! May I ask how did you find that this was the element?

#4341

@oSumAtrIX
Copy link
Member

I got it from the linked PR. You can find it by filtering the logs.

@therealnumber8
Copy link
Author

I see. @Bceez thank you!

@LisoUseInAIKyrios LisoUseInAIKyrios linked a pull request Jan 22, 2025 that will close this issue
1 task
@LisoUseInAIKyrios LisoUseInAIKyrios removed the Waiting on author Further information is requested label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug report Something isn't working
Projects
None yet
4 participants