auto-sync: 2026-05-28 12:47:55

This commit is contained in:
cfdaily
2026-05-28 12:47:55 +08:00
parent e3d7828463
commit 10b281a02a
-1
View File
@@ -193,7 +193,6 @@ async def send_mail(body: Dict[str, Any]):
performative = body.get("performative", mail_type)
meta = {
"from": body.get("from", "user"),
"type": mail_type,
"performative": performative,
"is_read": False,