把过滤麦麦打开!

pull/1110/head
A0000Xz 2025-07-15 21:15:47 +08:00 committed by GitHub
parent 1ec403c4f7
commit 36cd40c0f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class NoReplyAction(BaseAction):
# 1. 检查新消息 # 1. 检查新消息
recent_messages_dict = message_api.get_messages_by_time_in_chat( recent_messages_dict = message_api.get_messages_by_time_in_chat(
chat_id=self.chat_id, start_time=start_time, end_time=current_time chat_id=self.chat_id, start_time=start_time, end_time=current_time, filter_mai=True
) )
new_message_count = len(recent_messages_dict) new_message_count = len(recent_messages_dict)