Fix chats
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
61880b8b86
commit
34d68cf2d8
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ const useChatActions = (chatId: string) => {
|
|||
chat_id: variables.chatId,
|
||||
content: variables.content,
|
||||
id: pendingId,
|
||||
created_at: new Date(),
|
||||
created_at: new Date().toISOString(),
|
||||
account_id: account?.id,
|
||||
unread: true,
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue