auto-sync: 2026-05-22 13:10:55
This commit is contained in:
@@ -189,7 +189,7 @@ async def send_mail(body: Dict[str, Any]):
|
||||
assigned_by=body.get("from", "user"),
|
||||
must_haves=json.dumps(meta),
|
||||
task_type="mail",
|
||||
status="done" if body.get("type") == "inform" else "pending",
|
||||
status="pending",
|
||||
)
|
||||
bb.create_task(task)
|
||||
return {"ok": True, "mail_id": task.id}
|
||||
|
||||
Reference in New Issue
Block a user