feat: improve timeline reordering

This commit is contained in:
patak 2023-01-04 13:09:09 +01:00
parent bf0c3425fc
commit 9890656477
7 changed files with 119 additions and 21 deletions

View file

@ -21,6 +21,6 @@ if (account) {
<template>
<div>
<AccountTabs />
<TimelinePaginator :paginator="paginator" :preprocess="timelineWithReorderedReplies" context="account" />
<TimelinePaginator :paginator="paginator" :preprocess="reorderedTimeline" context="account" />
</div>
</template>