mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
FIX: Add skip_validations in one more place for narrative bot plugin
Followup to bbb814e58e3f4494c8597f5200fb250300673959
This commit is contained in:
@ -28,7 +28,8 @@ module DiscourseNarrativeBot
|
||||
else
|
||||
PostCreator.create!(self.discobot_user, {
|
||||
post_alert_options: defaut_post_alert_opts,
|
||||
raw: raw
|
||||
raw: raw,
|
||||
skip_validations: true
|
||||
}.merge(opts))
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user