From 39e07b42d03140fc7ae1e354a01615f16442fd00 Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Tue, 18 Mar 2025 10:26:13 +0800 Subject: [PATCH] fix msg --- src/plugins/chat/message_sender.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/chat/message_sender.py b/src/plugins/chat/message_sender.py index 2a6450dff..b27d0498b 100644 --- a/src/plugins/chat/message_sender.py +++ b/src/plugins/chat/message_sender.py @@ -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()