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

✨ Add combo hashtag rule #736

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

✨ Add combo hashtag rule #736

wants to merge 2 commits into from

Conversation

foysalit
Copy link
Contributor

@foysalit foysalit commented Sep 2, 2024

This PR adds a way for us to takedown accounts that post content with very bad hashtags.
This introduces the need for 2 new sets potentially-bad-hashtags and potentially-bad-hashtag-combos.

However, ideally, these would be nested arrays so that each potentially-bad-hashtags item would have nested items of potentially-bad-hashtag-combos so that we could build hierarchies like

'test' -> ['check', 'now']
'call' - > ['me', 'her']

  • if a post has #test and #check rule will be activated but 'test' and 'me' won't

@bnewbold
Copy link
Collaborator

bnewbold commented Sep 5, 2024

I would make this a separate new rule instead of bundling with the current rule.

Jumping straight to takedown is also aggressive. In an urgent situation we can at least start with !warn or !hide on the overall account. Cleaning up mistakes is very laborious, and this kind of rule in particular is going to have a bunch of false-positives.

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.

2 participants