[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 21:09:23 +02:00
committed by Wyatt Johnson
parent 8cfced464b
commit 2cff4572cf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@coralproject/talk",
"version": "5.0.0-beta.1",
"version": "5.0.0-beta.2",
"author": "The Coral Project",
"homepage": "https://coralproject.net/",
"sideEffects": [
@@ -22,11 +22,11 @@ export const moderationPhases: IntermediateModerationPhase[] = [
commentingDisabled,
linkify,
purify,
detectLinks,
wordList,
staff,
karma,
spam,
toxic,
detectLinks,
preModerate,
];