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,18 +338,12 @@
tag="span" tag="span"
> >
<template #time> <template #time>
<i18n-t <Timeago
keypath="time.in_past" :time="status.edited_at"
tag="span" :auto-update="60"
> :long-format="true"
<template> :with-direction="true"
<Timeago />
:time="status.edited_at"
:auto-update="60"
:long-format="true"
/>
</template>
</i18n-t>
</template> </template>
</i18n-t> </i18n-t>
</div> </div>