feat: add support for images
This commit is contained in:
parent
0095832be3
commit
ff0ef3bb43
30 changed files with 1323 additions and 468 deletions
|
|
@ -65,7 +65,6 @@ func (s *service) Create(ctx context.Context, sessionID string, params CreateMes
|
|||
if err != nil {
|
||||
return Message{}, err
|
||||
}
|
||||
|
||||
dbMessage, err := s.q.CreateMessage(ctx, db.CreateMessageParams{
|
||||
ID: uuid.New().String(),
|
||||
SessionID: sessionID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue