Skip to content

Commit

Permalink
do not de-activate comments due to strict moderation (#1888)
Browse files Browse the repository at this point in the history
  • Loading branch information
ballPointPenguin authored Feb 5, 2025
1 parent 1f5e95f commit 5e5d490
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5565,15 +5565,6 @@ Email verified! You can close this tab or hit the back button.
classifications.push("spammy");
logger.info("active=false because (spammy && conv.spam_filter)");
}
if (spammy && conv.spam_filter) {
active = false;
classifications.push("spammy");
logger.info("active=false because (spammy && conv.spam_filter)");
}
if (conv.strict_moderation) {
active = false;
logger.info("active=false because (conv.strict_moderation)");
}

let mod = 0;
if (is_moderator && is_seed) {
Expand Down

0 comments on commit 5e5d490

Please sign in to comment.