Skip to content

Commit

Permalink
Using URN Identity for brain
Browse files Browse the repository at this point in the history
  • Loading branch information
Robi9 committed Oct 17, 2024
1 parent e6282c7 commit 36a45ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/tasks/handler/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -930,11 +930,11 @@ func requestToRouter(event *MsgEvent, rtConfig *runtime.Config, projectUUID uuid
MsgEvent MsgEvent `json:"msg_event"`
}{
ProjectUUID: projectUUID,
ContactURN: event.URN,
ContactURN: event.URN.Identity(),
Text: event.Text,
Attachments: event.Attachments,
Metadata: event.Metadata,
MsgEvent: *event,
MsgEvent: *event,
}

var b io.Reader
Expand Down

0 comments on commit 36a45ad

Please sign in to comment.