mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
feat: Show date along with time in messages (#1748)
This commit is contained in:
@@ -131,7 +131,7 @@ export default {
|
||||
return !this.data.message_type ? 'left' : 'right';
|
||||
},
|
||||
readableTime() {
|
||||
return this.messageStamp(this.data.created_at);
|
||||
return this.messageStamp(this.data.created_at, 'LLL d, h:mm a');
|
||||
},
|
||||
isBubble() {
|
||||
return [0, 1, 3].includes(this.data.message_type);
|
||||
|
||||
Reference in New Issue
Block a user