fix:修复消息发布出去

This commit is contained in:
SengokuCola
2025-05-01 16:55:51 +08:00
parent 23d69ba90d
commit b6ce5746de
2 changed files with 4 additions and 3 deletions

View File

@@ -1371,9 +1371,9 @@ class HeartFChatting:
if not mark_head:
mark_head = True
first_bot_msg = bot_message # 保存第一个成功发送的消息对象
await self.heart_fc_sender.type_and_send_message(bot_message, type=False)
await self.heart_fc_sender.type_and_send_message(bot_message, typing=False)
else:
await self.heart_fc_sender.type_and_send_message(bot_message, type=True)
await self.heart_fc_sender.type_and_send_message(bot_message, typing=True)
reply_message_ids.append(part_message_id) # 记录我们生成的ID