TagzApp icon indicating copy to clipboard operation
TagzApp copied to clipboard

Add auto ignore phrases and links

Open csharpfritz opened this issue 1 year ago • 2 comments

As a moderation feature, provide a list of phrases and Urls that should be automatically rejected

Related #307

csharpfritz avatar Feb 20 '24 17:02 csharpfritz

As a moderator/developer I think it'd be super useful if this supported regular expressions.

Forgive me if it's out of scope or too much. Could be a separate effort/ticket if such a suggestion sparkles with you.

For reference: https://regex101.com/

If I wanted to make sure the regex catches things I'm after, a widget could allow me to create multiple entries. When I write the regex, have it show me what gets caught.

This would help ensure if regex is implemented, we have a way to verify it doesn't horrifically break things.

JBraunsmaJr avatar Mar 05 '24 15:03 JBraunsmaJr

Sure.. I could see an "advanced mode" where a regex could be provided.

The first glance at this was to create a filter to exclude common swear words, sexual slang, hate speech and links to websites that should be excluded in "safe for work" scenarios.

This work pushes us more towords a message-pipeline architecture where new messages collected from the social media services are sent through a series of filters that act on their content.

csharpfritz avatar Mar 05 '24 18:03 csharpfritz