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

Mute words should function on partial match. #3458

Open
aldc-seanogrady opened this issue Jan 24, 2025 · 2 comments
Open

Mute words should function on partial match. #3458

aldc-seanogrady opened this issue Jan 24, 2025 · 2 comments

Comments

@aldc-seanogrady
Copy link

Is your feature request related to a problem? Please describe.

Problem occurs when a mute word is listed however pluralisms or other common variations on the word do not result in a mute. Example, republican is added to mute words but when republicans is in a post it is not muted.

Describe the solution you'd like

Mute words should function on substring match and continue to be case insensitive.

Describe alternatives you've considered

No alternative exists

Additional context

This functionality will reduce the variations required to cleanse a timeline from subject areas that are undesirable

@richie3366
Copy link

richie3366 commented Feb 1, 2025

Only giving my opinion, but I see many problems that could occur if this is implemented without any caution, for example:

  • if I mute X because I don't want any post that refers to the other network, I wouldn't be able to read any post containing the letter
  • a less extreme, but still plausible scenario: if I want to mute "ape" because of a phobia (my partner has it, for example), I'd miss any post with words containing "ape": paper, aperçu (we're French), aperture, and many others

This would add countless cases of false negative side-effects, and those would even not be controllable. Not mentioning that it could mess with the older mutes created at a time when it was actually strict.

So my suggestion on this would be, either:

  • inform the user that the mute isn't extensive, that they should add every variation if necessary, imo this could suffice
  • or, add a way to put jokers (via _ & *), &/or regexes

WDYT?

@aldc-seanogrady
Copy link
Author

aldc-seanogrady commented Feb 1, 2025 via email

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

No branches or pull requests

2 participants