feat(guild-messaging): implement soft delete strategy for messages

This commit is contained in:
nav
2026-05-12 10:30:51 +00:00
parent 325e13ee13
commit c08fa4756b
2 changed files with 15 additions and 4 deletions

View File

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