fix(chat): preserve private send response fields

This commit is contained in:
2026-06-24 10:57:42 +08:00
parent f80b5215a9
commit 3e766a0ecd
5 changed files with 13 additions and 4 deletions
-2
View File
@@ -41,8 +41,6 @@ export function getActiveChatWebSocket(): ChatWebSocket | null {
return activeChatWebSocket;
}
// 本地游客消息额度 actor 已停用:消息数量限制统一交由后端 blocked/daily_limit 响应处理。
// ============================================================
// Init 任务 2:拉 history 3 步流(fromPromise,返回最终结果)
// ============================================================