加入了群组信息作为参数,防止串数据
This commit is contained in:
@@ -366,7 +366,7 @@ class Robot(Job):
|
||||
|
||||
def message_summary_robot(self, sender: str = None):
|
||||
try:
|
||||
content = get_messages(self.allContacts)
|
||||
content = get_messages(sender, self.allContacts)
|
||||
summary = message_summary(content)
|
||||
self.sendTextMsg(summary, sender)
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user