Skip to content

Commit

Permalink
Merge pull request #38 from ritzalam/add-timestamp-to-envelope
Browse files Browse the repository at this point in the history
 Add timestamp to envelope
  • Loading branch information
prlanzarin authored Oct 21, 2019
2 parents 876a2d2 + d8f47f4 commit fb13138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/bbb/messages/OutMessage2x.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ function OutMessage2x(messageName, routing, headerFields) {

this.envelope = {
name: messageName,
routing: routing
routing: routing,
timestamp: Date.now()
}
/**
* The header template of the message
Expand Down

0 comments on commit fb13138

Please sign in to comment.