mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
fix(server): always return created timestamp of chat messages (#6658)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
type ChatMessage {
|
||||
attachments: [String!]
|
||||
content: String!
|
||||
createdAt: DateTime
|
||||
createdAt: DateTime!
|
||||
params: JSON
|
||||
role: String!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user