Tackle the root issue with Discourse not playing ball with post min entropy 0 / post unclear issue
This commit is contained in:
parent
5b5e572bb1
commit
1bca1dee81
@ -1398,7 +1398,7 @@ class GossamerForumsImporter < ImportScripts::Base
|
|||||||
# Sanitize and prepare the post message for Discourse
|
# Sanitize and prepare the post message for Discourse
|
||||||
sanitized_post_message = sanitize_post_message(row['post_message'])
|
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
|
post_number = 1
|
||||||
# Increment the post count for the topic
|
# Increment the post count for the topic
|
||||||
|
Loading…
Reference in New Issue
Block a user