feat: sync AI compose and ChatBot features
This commit is contained in:
parent
35e5d38f4d
commit
b7269b135f
75 changed files with 5426 additions and 123 deletions
|
|
@ -642,6 +642,7 @@ func messageFromCreateRow(row sqlcgen.CreateMessageRow) (domain.Message, error)
|
|||
From: domain.Peer{Type: domain.PeerTypeUser, ID: row.FromUserID},
|
||||
Date: int(row.MessageDate),
|
||||
EditDate: int(row.EditDate),
|
||||
HideEdited: row.HideEdited,
|
||||
Out: row.Outgoing,
|
||||
Body: row.Body,
|
||||
Entities: entities,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue