only include direction on timestamps when required (#108)

Reviewed-on: https://akkoma.dev/AkkomaGang/pleroma-fe/pulls/108
This commit is contained in:
floatingghost 2022-08-03 14:07:18 +00:00
parent ef41494bad
commit 2fe5699b8f
3 changed files with 15 additions and 6 deletions

View file

@ -187,6 +187,7 @@
>
<Timeago
:time="status.created_at"
:with-direction="true"
:auto-update="60"
/>
</router-link>