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 ffd3a11 commit 8470c00Copy full SHA for 8470c00
demo/src/ChatContainer.vue
@@ -408,7 +408,8 @@ export default {
408
seconds: timestamp.seconds,
409
timestamp: parseTimestamp(timestamp, 'HH:mm'),
410
date: parseTimestamp(timestamp, 'DD MMMM YYYY'),
411
- username: senderUser ? senderUser.username : null
+ username: senderUser ? senderUser.username : null,
412
+ distributed: true
413
}
414
415
},
0 commit comments