FIX: Narration Bot now gets site setting for automatic post deletion (#7432)

This commit is contained in:
Tim Lange
2019-04-25 01:29:20 +02:00
committed by Guo Xiang Tan
parent aadb7da7d3
commit d5d784b9f2
3 changed files with 3 additions and 3 deletions

View File

@ -249,7 +249,7 @@ module DiscourseNarrativeBot
fake_delay
raw = <<~RAW
#{I18n.t("#{I18N_KEY}.recover.reply", i18n_post_args)}
#{I18n.t("#{I18N_KEY}.recover.reply", i18n_post_args(deletion_after: SiteSetting.delete_removed_posts_after))}
#{instance_eval(&@next_instructions)}
RAW