Skip to content

Fixes #4604: Support Child Tags in NSFW Blur Feature #4640

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jmlt2002
Copy link

My fix supports what is described in the issue, if tags like "#something/nsfw" or "#blabla-nsfw-blabla" are also supposed to be supported, a quick change can be made from this tag.startsWith("nsfw") to this tag.includes("nsfw").

@jmlt2002 jmlt2002 requested a review from boojack as a code owner April 21, 2025 08:15
@Cadavanaugh
Copy link

Hey jmlt2002. I think it's suitable for you to assign the related issue to this PR so it's more documented #4604

@johnnyjoygh
Copy link
Collaborator

Maybe we should check whether it belongs to one of the NSFW tags as they may be customizable, and not always limited to nsfw.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants