Fix timestamp bug for pending message and expand CSP for thumbnails

This commit is contained in:
sabaimran
2024-07-10 14:53:31 +05:30
parent 375685530f
commit 0369eb6e0e
3 changed files with 8 additions and 3 deletions

View File

@@ -299,7 +299,7 @@ export default function ChatHistory(props: ChatHistoryProps) {
message: props.pendingMessage,
context: [],
onlineContext: {},
created: new Date().toISOString(),
created: (new Date().getTime()).toString(),
by: "you",
automationId: '',
}