mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Fix timestamp bug for pending message and expand CSP for thumbnails
This commit is contained in:
@@ -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: '',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user