mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
skip validations for Spam Rules when needed
This commit is contained in:
parent
a2d5a7dbd8
commit
5e0b22365a
@ -76,7 +76,7 @@ class PostCreator
|
||||
{ user: @user,
|
||||
limit_once_per: 24.hours,
|
||||
message_params: {domains: @post.linked_hosts.keys.join(', ')} } )
|
||||
elsif @post && !@post.errors.present?
|
||||
elsif @post && !@post.errors.present? && !@opts[:skip_validations]
|
||||
SpamRulesEnforcer.enforce!(@post)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user