Add setting to disable the anti-spam#11296
Merged
Gargron merged 4 commits intomastodon:masterfrom Jul 17, 2019
Merged
Conversation
ykzts
approved these changes
Jul 14, 2019
Member
|
I would prefer if the feature was perfected in such a way that hard-disabling it would not be necessary. Although as I understand it this action is pre-emptive as nobody has complained about too many false positives yet. But either way: This method makes disabling it inaccessible to masto.host (and similar) users. |
Contributor
Author
|
Good point, going to change that to an admin panel setting. |
9942c6d to
3523e6f
Compare
Contributor
Author
|
(It has been changed) |
Gargron
reviewed
Jul 16, 2019
| desc_html: Counts of locally posted statuses, active users, and new registrations in weekly buckets | ||
| title: Publish aggregate statistics about user activity | ||
| antispam_enabled: | ||
| desc_html: Mastodon can auto-silence and auto-report accoutns based on measures such as detecting accounts who send repeated unsolicited messages. There may be false positives. |
Gargron
reviewed
Jul 16, 2019
| @trending_hashtags = TrendingTags.get(7) | ||
| @profile_directory = Setting.profile_directory | ||
| @timeline_preview = Setting.timeline_preview | ||
| @antispam_enabled = Setting.antispam_enabled |
Member
There was a problem hiding this comment.
If the Ruby class is called "spam_check" would it not be more consistent to name it "spam_check_enabled"? That being said it probably doesn't matter.
7ebc1ea to
dbcfede
Compare
hiyuki2578
pushed a commit
to ProjectMyosotis/mastodon
that referenced
this pull request
Oct 2, 2019
* Add environment variable to disable the anti-spam * Move antispam setting to admin settings * Fix typo * antispam → spam_check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.