use with-direction in edited timeago

Fixes #159
This commit is contained in:
FloatingGhost 2022-09-07 12:55:03 +01:00
parent 2da92fcd13
commit b980d5b2ef

View file

@ -338,20 +338,14 @@
tag="span" tag="span"
> >
<template #time> <template #time>
<i18n-t
keypath="time.in_past"
tag="span"
>
<template>
<Timeago <Timeago
:time="status.edited_at" :time="status.edited_at"
:auto-update="60" :auto-update="60"
:long-format="true" :long-format="true"
:with-direction="true"
/> />
</template> </template>
</i18n-t> </i18n-t>
</template>
</i18n-t>
</div> </div>
</div> </div>