feat(guild-messaging): add idempotency-key support for write endpoints

This commit is contained in:
nav
2026-05-12 10:40:00 +00:00
parent 2ec50f3234
commit 670762aa7a
5 changed files with 94 additions and 7 deletions

View File

@@ -53,7 +53,7 @@
### 2.3 一致性与回补
- [x] 回补接口:`seq_from/seq_to`
- [x] 断片检测辅助响应字段next_expected_seq 等)
- [ ] 幂等键支持(写接口)
- [x] 幂等键支持(写接口)
### 2.4 实时通信MVP 后半)
- [ ] WebSocket 网关接入