diff --git a/astrbot/core/platform/sources/gewechat/client.py b/astrbot/core/platform/sources/gewechat/client.py index bb5d6e1f1..73ea7dfe0 100644 --- a/astrbot/core/platform/sources/gewechat/client.py +++ b/astrbot/core/platform/sources/gewechat/client.py @@ -95,6 +95,8 @@ class SimpleGewechatClient(): if f'' in msg_source \ or f'' in msg_source: at_me = True + if '在群聊中@了你' in d.get('PushContent', ''): + at_me = True else: abm.type = MessageType.FRIEND_MESSAGE user_id = from_user_name