fix: 尝试修复 gewechat 群聊收不到 at 的回复 #294

This commit is contained in:
Soulter
2025-02-03 14:28:14 +08:00
parent 228aec5401
commit f8892881f8
@@ -95,6 +95,8 @@ class SimpleGewechatClient():
if f'<atuserlist><![CDATA[,{abm.self_id}]]>' in msg_source \
or f'<atuserlist><![CDATA[{abm.self_id}]]>' 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