Use relative (="ago") time display in audio mode

This commit is contained in:
N-Pex 2023-06-09 10:46:21 +02:00
parent 1a336e8357
commit d589e821a5
3 changed files with 48 additions and 2 deletions

View file

@ -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">