FIX: Allow advanced tutorial when title emojis are disabled

We already skip validations for other uses of PostCreator in the narrative bot, so this commit adds it in the `reply_to` action as well
This commit is contained in:
David Taylor
2019-11-20 15:29:06 +00:00
parent 555711ccb5
commit bbb814e58e
2 changed files with 11 additions and 1 deletions

View File

@ -18,7 +18,8 @@ module DiscourseNarrativeBot
raw: raw,
topic_id: post.topic_id,
reply_to_post_number: post.post_number,
post_alert_options: defaut_post_alert_opts
post_alert_options: defaut_post_alert_opts,
skip_validations: true
}
new_post = PostCreator.create!(self.discobot_user, default_opts.merge(opts))