move toxic comment detection ahead of recent history in moderation pipeline (#2562)

This commit is contained in:
Tessa Thornton
2019-09-13 16:21:23 -04:00
committed by Wyatt Johnson
parent 3114727410
commit 8ef366f132
@@ -24,9 +24,9 @@ export const moderationPhases: IntermediateModerationPhase[] = [
purify,
wordList,
staff,
toxic,
recentCommentHistory,
spam,
toxic,
detectLinks,
preModerate,
];