feat: allow user to view follow list in "Hide following/follower count" mode (#1901)
This commit is contained in:
parent
18ea4ffb6e
commit
ca8d785d9e
2 changed files with 8 additions and 3 deletions
|
@ -19,6 +19,6 @@ const relationship = $(useRelationship(account))
|
|||
<div v-if="account.note" max-h-100 overflow-y-auto>
|
||||
<ContentRich text-4 text-secondary :content="account.note" :emojis="account.emojis" />
|
||||
</div>
|
||||
<AccountPostsFollowers text-sm :account="account" />
|
||||
<AccountPostsFollowers text-sm :account="account" :is-hover-card="true" />
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue