Skip to content

Commit

Permalink
automod: remove mistleading url+mention rules from default list
Browse files Browse the repository at this point in the history
These are just too noisy right now, turning up client bugs much more
often than intentionally misleading content.

May come back to these later; definitely leaving code (and tests) in
place.
  • Loading branch information
bnewbold committed Dec 8, 2023
1 parent a18c4f4 commit 8467282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automod/rules/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
func DefaultRules() automod.RuleSet {
rules := automod.RuleSet{
PostRules: []automod.PostRuleFunc{
MisleadingURLPostRule,
MisleadingMentionPostRule,
//MisleadingURLPostRule,
//MisleadingMentionPostRule,
ReplyCountPostRule,
BadHashtagsPostRule,
//TooManyHashtagsPostRule,
Expand Down

0 comments on commit 8467282

Please # to comment.