Skip to content

Commit

Permalink
automod: remove mistleading url+mention rules from default list (#467)
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
warpfork authored Dec 10, 2023
2 parents c54aff4 + 8467282 commit b805dee
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 b805dee

Please sign in to comment.