feat(guild-messaging): add seq-range pagination with limit for message listing

This commit is contained in:
nav
2026-05-12 10:32:25 +00:00
parent c08fa4756b
commit 4b4755b33b
2 changed files with 20 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
- [x] 发送消息content/reply/mentions/attachments 元数据)
- [x] 编辑消息(可编辑窗口策略先简化)
- [x] 删除消息(软删 vs 硬删,先定策略)
- [ ] `GET messages` 分页seq 区间 + limit
- [x] `GET messages` 分页seq 区间 + limit
- [ ] seq 分配改为 DB 原子方案(避免并发冲突)
### 2.3 一致性与回补