From 84672823c910b3459238489fdd27cecc1804cf67 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Fri, 8 Dec 2023 19:21:55 +0800 Subject: [PATCH] automod: remove mistleading url+mention rules from default list 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. --- automod/rules/all.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automod/rules/all.go b/automod/rules/all.go index 530ea4886..89e942669 100644 --- a/automod/rules/all.go +++ b/automod/rules/all.go @@ -7,8 +7,8 @@ import ( func DefaultRules() automod.RuleSet { rules := automod.RuleSet{ PostRules: []automod.PostRuleFunc{ - MisleadingURLPostRule, - MisleadingMentionPostRule, + //MisleadingURLPostRule, + //MisleadingMentionPostRule, ReplyCountPostRule, BadHashtagsPostRule, //TooManyHashtagsPostRule,