feat: reordered replies in profile
This commit is contained in:
parent
12280afe70
commit
bc868da226
5 changed files with 21 additions and 21 deletions
|
@ -24,6 +24,6 @@ if (account) {
|
|||
<template>
|
||||
<div>
|
||||
<AccountTabs />
|
||||
<TimelinePaginator :paginator="paginator" context="account" />
|
||||
<TimelinePaginator :paginator="paginator" :preprocess="timelineWithReorderedReplies" context="account" />
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue