This commit is contained in:
SengokuCola
2025-03-18 10:26:13 +08:00
parent 3908f5d8b9
commit 39e07b42d0

View File

@@ -215,7 +215,7 @@ class MessageManager:
if (
msg.is_head
and msg.update_thinking_time() > 10
and not message_earliest.is_private_message() # 避免在私聊时插入reply
and not msg.is_private_message() # 避免在私聊时插入reply
):
msg.set_reply()