Skip to content

Commit f86dcc8

Browse files
author
Jicheng Lu
committed
fix chat image loading
1 parent 082d39e commit f86dcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/chat/[agentId]/[conversationId]/chat-box.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
) {
536536
dialogs.push({
537537
...message,
538-
is_chat_message: true
538+
is_chat_message: false
539539
});
540540
}
541541
refresh();

0 commit comments

Comments
 (0)