feature:加群提醒功能

This commit is contained in:
liuwei
2025-03-10 15:17:39 +08:00
parent 48f30aaed6
commit 3d5c36494c

View File

@@ -325,6 +325,7 @@ class Robot(Job):
try:
# TODO 群人员添加也是消息类型10000的消息
if msg.type == 10000:
self.LOG.info(msg)
self.group_add.handle_message(msg)
return
result = self.gmc.process_message(msg.roomid, msg.xml)