feat(guild-realtime): add presence and typing websocket events

This commit is contained in:
nav
2026-05-12 12:22:36 +00:00
parent 33d101af22
commit bccd942898
2 changed files with 58 additions and 1 deletions

View File

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