wunianxiao 7ab5052642 fix: 5 个安全/正确性问题(第三轮)
1. (High) 启动加载历史消息无用户过滤
   → 有 current_user_id 时按用户过滤
2. (High) 长期记忆跨用户共享
   → read_for/write_for 按 user_id 隔离
3. (Medium) 摘要读取无用户过滤 — 待后续
4. (Medium) WeChat API 未检查错误
   → notifyStart 检查 ret!=0
   → getUpdates 检查 ret/errcode
   → post_json 加 error_for_status()
5. (Low) set_auth 未更新 base_url
   → &mut self + 实际赋值
2026-06-02 11:54:34 +08:00
S
Description
No description provided
2 MiB
Languages
Rust 99.7%
Shell 0.3%