feat(guild-messaging): add simplified message edit window policy

This commit is contained in:
nav
2026-05-12 10:29:29 +00:00
parent d3fdc3dd1e
commit 325e13ee13
2 changed files with 13 additions and 1 deletions

View File

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