Tackle the root issue with Discourse not playing ball with post min entropy 0 / post unclear issue

This commit is contained in:
David Sainty 2024-12-07 14:43:11 +11:00
parent 5b5e572bb1
commit 1bca1dee81

View File

@ -1398,7 +1398,7 @@ class GossamerForumsImporter < ImportScripts::Base
# Sanitize and prepare the post message for Discourse
sanitized_post_message = sanitize_post_message(row['post_message'])
puts "CREATE TOPIC POST for current_topic_id #{current_topic_id} discourse_user_id #{discourse_user_id}"
puts "CREATE TOPIC POST for current_topic_id #{current_topic_id} discourse_user_id #{discourse_user_id} sanitized_post_message: #{sanitized_post_message}"
post_number = 1
# Increment the post count for the topic