We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fbbce commit 25583e2Copy full SHA for 25583e2
lib/actions.js
@@ -111,7 +111,7 @@ module.exports = function (opts) {
111
entry.type = wrapper.object[TYPE]
112
if (entry.type === MESSAGE) {
113
entry.seq = wrapper.object[SEQ]
114
- entry.timestamp = wrapper.object.time
+ entry.timestamp = wrapper.object._time
115
typeforce(typeforce.String, entry.recipient)
116
if (!wrapper.received) {
117
entry.sendstatus = statuses.send.pending
0 commit comments