Tackle the root issue with Discourse not playing ball with post min entropy 0 / post unclear issue
This commit is contained in:
parent
6456556f14
commit
33a263b275
@ -1463,7 +1463,7 @@ class GossamerForumsImporter < ImportScripts::Base
|
||||
# Sanitize and prepare the reply message for Discourse
|
||||
sanitized_reply_message = sanitize_post_message(reply_row['post_message'])
|
||||
|
||||
puts "CREATE REPLY in current_topic_id #{current_topic_id} for reply post_id #{reply_row['post_id']} -- sanitized_post_message: #{sanitized_post_message}"
|
||||
puts "CREATE REPLY in current_topic_id #{current_topic_id} for reply post_id #{reply_row['post_id']} -- sanitized_reply_message: #{sanitized_reply_message}"
|
||||
|
||||
### def get_topic_id
|
||||
### return topic.id
|
||||
|
Loading…
Reference in New Issue
Block a user