feat(guild-realtime): broadcast message lifecycle events over websocket

This commit is contained in:
nav
2026-05-12 12:18:01 +00:00
parent 01090273c6
commit 33d101af22
2 changed files with 10 additions and 1 deletions

View File

@@ -57,7 +57,7 @@
### 2.4 实时通信MVP 后半)
- [x] WebSocket 网关接入
- [ ] message.created/updated/deleted 事件广播
- [x] message.created/updated/deleted 事件广播
- [ ] 在线状态 + typing 事件
---