From 33a263b275a260bdbfb1cdfbfffdb5452cfd31e1 Mon Sep 17 00:00:00 2001 From: saint Date: Sat, 7 Dec 2024 15:01:57 +1100 Subject: [PATCH] Tackle the root issue with Discourse not playing ball with post min entropy 0 / post unclear issue --- goss-restorethread.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goss-restorethread.rb b/goss-restorethread.rb index 3a167c3..d3e863c 100644 --- a/goss-restorethread.rb +++ b/goss-restorethread.rb @@ -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