JianFeeeee
c440df6537
修复:收件箱 ListInbox 漏算 to_human 导致人类地址被拼上 workspace/session
根因:用户从收件箱点开邮件看到 。
收件箱路径 GET /me/mail/inbox 走 repo.ListInbox,它的 SQL 只算了
from_human,漏了 to_human(EXISTS users 子查询)—— 于是返回的
mail.to_human 恒为 false,前端 participantAddress 把人类 jianf 当成
Agent 拼成三段地址。
修复:ListInbox SQL 补 to_human 子查询 + Scan 补 &m.ToHuman。
这是 C 部分「人/Agent 区分」遗漏的最后一条路径(其余 mails 读路径
GetMailByID/GetSessionMails/GetSessionMailByID/ListSentBy 均已填)。
验证:GET /me/mail/inbox 返回 to_human: True,前端正确渲染 jianf。
2026-09-07 06:17:25 +08:00
..
2026-09-04 15:35:48 +08:00
2026-09-04 11:14:44 +08:00
2026-09-04 06:28:33 +08:00
2026-09-03 12:09:12 +08:00
2026-09-02 14:16:46 +08:00
2026-09-06 15:18:06 +08:00
2026-09-03 12:09:12 +08:00
2026-09-03 12:09:12 +08:00
2026-09-02 20:05:51 +08:00
2026-09-04 06:28:03 +08:00
2026-09-06 17:32:47 +08:00
2026-09-06 17:32:47 +08:00
2026-09-05 09:58:36 +08:00
2026-09-05 00:28:05 +08:00
2026-09-02 20:05:51 +08:00
2026-09-02 21:34:55 +08:00
2026-09-02 21:34:55 +08:00
2026-09-03 21:08:39 +08:00
2026-09-03 12:09:12 +08:00
2026-09-03 12:09:12 +08:00
2026-09-06 17:32:47 +08:00
2026-09-06 15:16:49 +08:00
2026-09-04 19:06:36 +08:00
2026-09-02 20:05:51 +08:00
2026-09-06 17:32:47 +08:00
2026-09-02 14:16:46 +08:00
2026-09-03 12:09:12 +08:00
2026-09-02 14:33:41 +08:00
2026-09-02 10:29:26 +08:00
2026-09-03 15:01:52 +08:00
2026-09-03 15:01:52 +08:00
2026-09-02 14:16:46 +08:00
2026-09-07 06:17:25 +08:00
2026-09-02 14:33:41 +08:00
2026-09-04 06:28:33 +08:00
2026-09-02 20:05:51 +08:00
2026-09-06 15:18:06 +08:00
2026-09-06 15:18:06 +08:00
2026-09-03 21:08:23 +08:00