fix msg
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user