diff --git a/app/jobs/regular/process_post.rb b/app/jobs/regular/process_post.rb index 24048a5f46f..6ba04d4f5b2 100644 --- a/app/jobs/regular/process_post.rb +++ b/app/jobs/regular/process_post.rb @@ -41,7 +41,7 @@ module Jobs end if !post.user&.staff? && !post.user&.staged? - s = post.cooked + s = post.raw s << " #{post.topic.title}" if post.post_number == 1 if !args[:bypass_bump] && WordWatcher.new(s).should_flag? PostActionCreator.create(