fix issues

This commit is contained in:
2026-07-29 10:38:19 +08:00
parent abf84e1081
commit f3faa36e99
4 changed files with 34 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ function initWebSocket() {
if (room) { room.last_message = data.room_preview.last_message; room.last_time = data.room_preview.last_time; renderChatList(); }
}
} else if (data.type === 'query_pending') {
if (Store.currentRoom === roomId) showTempBubble(data.text);
showTempBubble(data.text);
} else if (data.type === 'purchase_updated') {
if (Store.currentRoom) loadPurchases();
updateSummaryPreview();