Skip to content

Commit 575811e

Browse files
authored
Merge pull request #287 from l3vels/fix/message-cache
fix: cache audio_url
2 parents 090630a + ba66a88 commit 575811e

File tree

1 file changed

+1
-0
lines changed
  • apps/ui/src/modals/AIChatModal/components

1 file changed

+1
-0
lines changed

apps/ui/src/modals/AIChatModal/components/ChatV2.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ const ChatV2 = () => {
151151
created_on: new Date().toISOString(),
152152
sender_user: user || '',
153153
run_id: null,
154+
audio_url: null,
154155
}
155156

156157
upsertChatMessageInCache(message, {

0 commit comments

Comments
 (0)