You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
As a moderation feature, provide a list of phrases and Urls that should be automatically rejected
Related #307
The text was updated successfully, but these errors were encountered: