[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:
Kiwi
2019-06-06 19:09:23 +00:00
committed by Wyatt Johnson
parent 8cfced464b
commit 2cff4572cf
2 changed files with 2 additions and 2 deletions
@@ -22,11 +22,11 @@ export const moderationPhases: IntermediateModerationPhase[] = [
commentingDisabled,
linkify,
purify,
detectLinks,
wordList,
staff,
karma,
spam,
toxic,
detectLinks,
preModerate,
];