This commit is contained in:
Lionel Ringenbach 2026-04-05 00:41:16 +00:00 committed by GitHub
commit 34830e5cff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 86 additions and 4 deletions

View file

@ -209,6 +209,7 @@ export default function useChatFunctions({
text,
sender: 'User',
clientTimestamp: new Date().toLocaleString('sv').replace(' ', 'T'),
clientTimezone: Intl.DateTimeFormat().resolvedOptions().timeZone,
isCreatedByUser: true,
parentMessageId,
conversationId,