This commit is contained in:
SengokuCola
2025-05-01 02:08:19 +08:00
parent 54fe078e90
commit 93e872db6b
2 changed files with 3 additions and 5 deletions

View File

@@ -1001,9 +1001,7 @@ class HeartFChatting:
}
anchor_message = MessageRecv(placeholder_msg_dict)
anchor_message.update_chat_stream(self.chat_stream)
logger.debug(
f"{self.log_prefix} 创建占位符锚点消息: ID={anchor_message.message_info.message_id}"
)
logger.debug(f"{self.log_prefix} 创建占位符锚点消息: ID={anchor_message.message_info.message_id}")
return anchor_message
except Exception as e: