Skip to content

Commit c898198

Browse files
committed
last message seconds count as seen just now
1 parent fcc4fea commit c898198

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/src/components/app/matches/MessageBubble.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ export default {
3737
if (status === 0) {
3838
return 'Delivered';
3939
}
40+
if (ago.search('seconds') !== -1) {
41+
return 'Seen just now';
42+
}
4043
return `Seen ${ago}`;
4144
},
4245
getDateHoursMinutes(timestamp) {

0 commit comments

Comments
 (0)