Skip to content

Commit

Permalink
Set sent_on for outgoing IVR messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Jul 21, 2021
1 parent 8de59cb commit d967560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/models/msgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ func NewOutgoingIVR(orgID OrgID, conn *ChannelConnection, out *flows.MsgOut, cre
m.OrgID = orgID
m.TopupID = NilTopupID
m.CreatedOn = createdOn
m.SentOn = createdOn
msg.SetChannelID(conn.ChannelID())

// if we have attachments, add them
Expand Down

0 comments on commit d967560

Please sign in to comment.