mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
fix logic
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ class PostCreator
|
||||
BadgeGranter.queue_badge_grant(Badge::Trigger::PostRevision, post: @post)
|
||||
end
|
||||
|
||||
if @post && (@post.errors.present? || @spam)
|
||||
if @post && @spam
|
||||
handle_spam unless @opts[:import_mode]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user