parent
92b9746cd7
commit
9f19e56b0f
|
@ -80,7 +80,6 @@ onReactivated(() => {
|
|||
:status="status"
|
||||
command
|
||||
style="scroll-margin-top: 60px"
|
||||
:actions="status.visibility !== 'direct'"
|
||||
/>
|
||||
<PublishWidget
|
||||
v-if="currentUser"
|
||||
|
@ -94,7 +93,7 @@ onReactivated(() => {
|
|||
<template v-for="(comment, di) of context?.descendants" :key="comment.id">
|
||||
<StatusCard
|
||||
:status="comment"
|
||||
:actions="comment.visibility !== 'direct'" context="account"
|
||||
context="account"
|
||||
:older="context?.descendants[di + 1]"
|
||||
:newer="context?.descendants[di - 1]"
|
||||
:has-newer="di === 0"
|
||||
|
|
Loading…
Reference in New Issue