This commit is contained in:
Timothy Jaeryang Baek 2025-06-03 18:49:42 +04:00
parent 931e5ffa6e
commit 0a1ff4a8fa

View File

@ -302,6 +302,10 @@
message.files = data.files; message.files = data.files;
} else if (type === 'chat:message:follow_ups') { } else if (type === 'chat:message:follow_ups') {
message.followUps = data.follow_ups; message.followUps = data.follow_ups;
if (autoScroll) {
scrollToBottom();
}
} else if (type === 'chat:title') { } else if (type === 'chat:title') {
chatTitle.set(data); chatTitle.set(data);
currentChatPage.set(1); currentChatPage.set(1);