|
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
The actual bug: Composer.send() appends message to DOM via appendMessage(), then 1-5s later the polling loop fetches the same message from API and appends it again. Fix: track sent messages in state.messages[convId] so the polling dedup check (msg.id > newestId) filters them out. Also removed debug logging. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| vendor | ||
| analytics-tracker.js | ||
| conversations.js | ||
| scroll-animations.js | ||