diff --git a/src/core/server/services/comments/pipeline/phases/index.ts b/src/core/server/services/comments/pipeline/phases/index.ts index 472cdbf33..564a71889 100644 --- a/src/core/server/services/comments/pipeline/phases/index.ts +++ b/src/core/server/services/comments/pipeline/phases/index.ts @@ -24,9 +24,9 @@ export const moderationPhases: IntermediateModerationPhase[] = [ purify, wordList, staff, + toxic, recentCommentHistory, spam, - toxic, detectLinks, preModerate, ];