this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

automod: remove mistleading url+mention rules from default list (#467)

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.

authored by

Eric Myhre and committed by
GitHub
b805deef c54aff40

+2 -2
+2 -2
automod/rules/all.go
··· 7 7 func DefaultRules() automod.RuleSet { 8 8 rules := automod.RuleSet{ 9 9 PostRules: []automod.PostRuleFunc{ 10 - MisleadingURLPostRule, 11 - MisleadingMentionPostRule, 10 + //MisleadingURLPostRule, 11 + //MisleadingMentionPostRule, 12 12 ReplyCountPostRule, 13 13 BadHashtagsPostRule, 14 14 //TooManyHashtagsPostRule,