Skip to content

Commit 8470c00

Browse files
committed
(demo) add distributed checkmark
1 parent ffd3a11 commit 8470c00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demo/src/ChatContainer.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,8 @@ export default {
408408
seconds: timestamp.seconds,
409409
timestamp: parseTimestamp(timestamp, 'HH:mm'),
410410
date: parseTimestamp(timestamp, 'DD MMMM YYYY'),
411-
username: senderUser ? senderUser.username : null
411+
username: senderUser ? senderUser.username : null,
412+
distributed: true
412413
}
413414
}
414415
},

0 commit comments

Comments
 (0)