diff --git a/api/comment_new.go b/api/comment_new.go index 3ee7a06..e0e5192 100644 --- a/api/comment_new.go +++ b/api/comment_new.go @@ -94,7 +94,7 @@ func commentNewHandler(w http.ResponseWriter, r *http.Request) { if isSpam(*x.Domain, getIp(r), getUserAgent(r), "Anonymous", "", "", *x.Markdown) { state = "flagged" } else { - if d.ModerateAllAnonymous { + if d.ModerateAllAnonymous || d.RequireModeration { state = "unapproved" } else { state = "approved"