pl-fe: fix chats
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
9686fa4af0
commit
8a1410afb9
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ const useChatActions = (chatId: string) => {
|
|||
items: [
|
||||
normalizeChatMessage({
|
||||
...chatMessageSchema.parse({
|
||||
chat_id: variables.chatId,
|
||||
content: variables.content,
|
||||
id: pendingId,
|
||||
created_at: new Date(),
|
||||
|
|
Loading…
Reference in a new issue