mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 11:46:08 +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:
+1
-1
@@ -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,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user