fix: display user messages in chat interface #48

Merged
shoko merged 1 commits from fix/display-user-messages into main 2026-04-10 06:04:24 +02:00
Owner

Problem

When user sent a message, only the assistant's response was added to the frontend chat store. The user's message was saved in the backend database but never displayed in the frontend.

Solution

Add the user's message to the frontend store immediately when sending:

## Problem When user sent a message, only the assistant's response was added to the frontend chat store. The user's message was saved in the backend database but never displayed in the frontend. ## Solution Add the user's message to the frontend store immediately when sending:
shoko added 1 commit 2026-04-10 06:01:02 +02:00
Previously, only the assistant's response was added to the frontend store.
Now both user and assistant messages are stored, so the conversation
displays correctly in the chat interface.
han approved these changes 2026-04-10 06:04:01 +02:00
han left a comment
First-time contributor

lgtm

lgtm
shoko merged commit d394bc0857 into main 2026-04-10 06:04:24 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/randebu#48