Merge pull request #1240 from A0000Xz/dev

透过戳一戳消息
pull/1241/head
SengokuCola 2025-09-17 19:57:19 +08:00 committed by GitHub
commit a008ca8e66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class ChatBot:
return False, None, True # 出错时继续处理消息
async def handle_notice_message(self, message: MessageRecv):
if message.message_info.message_id == "notice":
if message.message_info.message_id == "notice" and not message.message_info.additional_config.get("target_id"):
message.is_notify = True
logger.info("notice消息")
# print(message)