Skip to content

Commit

Permalink
Merge pull request rapidpro#463 from nyaruka/ivr_sent_on
Browse files Browse the repository at this point in the history
Set sent_on for outgoing IVR messages
  • Loading branch information
rowanseymour authored Jul 21, 2021
2 parents 8de59cb + d967560 commit f7ea740
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 f7ea740

Please sign in to comment.