Move wordlist check after staff approval check (#3094)

This allows staff members to comment anything
they want, even if it's on the banned word list.

CORL-1255

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Nick Funk
2020-08-10 14:42:47 -06:00
committed by GitHub
parent 281f19d21c
commit af842e98ee
@@ -30,11 +30,11 @@ export const moderationPhases: IntermediateModerationPhase[] = [
linkify,
purify,
repeatPost,
wordList,
tagExpertAnswers,
staff,
tagUnansweredQuestions,
approve,
wordList,
toxic,
recentCommentHistory,
spam,