feat: + summary

This commit is contained in:
莘权 马 2023-09-07 14:59:40 +08:00
parent 239f68d40d
commit bda4132a90

View file

@ -76,6 +76,7 @@ class Message:
"sent_from": self.sent_from,
"send_to": self.send_to,
"tags": self.tags,
"id": self.id,
}
m = {"content": self.content}