mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 13:28:50 +08:00
move toxic comment detection ahead of recent history in moderation pipeline (#2562)
This commit is contained in:
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,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user