mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
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:
@@ -30,11 +30,11 @@ export const moderationPhases: IntermediateModerationPhase[] = [
|
||||
linkify,
|
||||
purify,
|
||||
repeatPost,
|
||||
wordList,
|
||||
tagExpertAnswers,
|
||||
staff,
|
||||
tagUnansweredQuestions,
|
||||
approve,
|
||||
wordList,
|
||||
toxic,
|
||||
recentCommentHistory,
|
||||
spam,
|
||||
|
||||
Reference in New Issue
Block a user