mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 15:54:03 +01:00
feat: enhance chat message handling; add createdAt timestamp to messages and implement dynamic component rendering for various chat types
This commit is contained in:
@@ -48,6 +48,7 @@ export interface ChatMessage {
|
||||
type: ChatType
|
||||
state: ChatState
|
||||
fetchStates?: ChatFetchState[]
|
||||
createdAt: Date
|
||||
}
|
||||
|
||||
export const ChatMessages = [
|
||||
|
||||
Reference in New Issue
Block a user