Skip to content

Commit 25583e2

Browse files
committed
fix: log entry timestamp for messages
1 parent e0fbbce commit 25583e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module.exports = function (opts) {
111111
entry.type = wrapper.object[TYPE]
112112
if (entry.type === MESSAGE) {
113113
entry.seq = wrapper.object[SEQ]
114-
entry.timestamp = wrapper.object.time
114+
entry.timestamp = wrapper.object._time
115115
typeforce(typeforce.String, entry.recipient)
116116
if (!wrapper.received) {
117117
entry.sendstatus = statuses.send.pending

0 commit comments

Comments
 (0)