mirror of
https://github.com/wassname/talk.git
synced 2026-07-26 13:37:38 +08:00
[CORL-394] Pre-Mod Link feature wouldn't capture suspect and other flags (#2342)
* fix: move detect premod links further down the moderation phases * chore: version bump
This commit is contained in:
@@ -22,11 +22,11 @@ export const moderationPhases: IntermediateModerationPhase[] = [
|
||||
commentingDisabled,
|
||||
linkify,
|
||||
purify,
|
||||
detectLinks,
|
||||
wordList,
|
||||
staff,
|
||||
karma,
|
||||
spam,
|
||||
toxic,
|
||||
detectLinks,
|
||||
preModerate,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user