Use relative (="ago") time display in audio mode
This commit is contained in:
parent
1a336e8357
commit
d589e821a5
3 changed files with 48 additions and 2 deletions
|
|
@ -45,7 +45,7 @@
|
|||
<div v-if="currentAudioEvent" class="senderAndTime">
|
||||
<div class="sender">{{ eventSenderDisplayName(currentAudioEvent) }}</div>
|
||||
<div class="time">
|
||||
{{ formatTime(currentAudioEvent.event.origin_server_ts) }}
|
||||
{{ formatTimeAgo(currentAudioEvent.event.origin_server_ts) }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="play-time">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue