Skip to content

Commit

Permalink
Move wordlist check after staff approval check (#3094)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nick-funk and kodiakhq[bot] committed Aug 10, 2020
1 parent 281f19d commit af842e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/services/comments/pipeline/phases/index.ts
Expand Up @@ -30,11 +30,11 @@ export const moderationPhases: IntermediateModerationPhase[] = [
linkify,
purify,
repeatPost,
wordList,
tagExpertAnswers,
staff,
tagUnansweredQuestions,
approve,
wordList,
toxic,
recentCommentHistory,
spam,
Expand Down

0 comments on commit af842e9

Please sign in to comment.