fix msg
This commit is contained in:
@@ -215,7 +215,7 @@ class MessageManager:
|
|||||||
if (
|
if (
|
||||||
msg.is_head
|
msg.is_head
|
||||||
and msg.update_thinking_time() > 10
|
and msg.update_thinking_time() > 10
|
||||||
and not message_earliest.is_private_message() # 避免在私聊时插入reply
|
and not msg.is_private_message() # 避免在私聊时插入reply
|
||||||
):
|
):
|
||||||
msg.set_reply()
|
msg.set_reply()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user