新闻加个链接信息
This commit is contained in:
2
robot.py
2
robot.py
@@ -525,7 +525,7 @@ class Robot:
|
|||||||
|
|
||||||
for r in receivers:
|
for r in receivers:
|
||||||
if self.gbm.get_group_permission(r, feature) == PermissionStatus.ENABLED:
|
if self.gbm.get_group_permission(r, feature) == PermissionStatus.ENABLED:
|
||||||
await self.ipad_bot.send_link_message(r, msg)
|
await self.ipad_bot.send_link_xml_message(msg, r)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.LOG.error(f"send_group_xml_message:{feature.description} error:{e}")
|
self.LOG.error(f"send_group_xml_message:{feature.description} error:{e}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user